delete
https://v2/card/
Removes a card from the system based on its UUID. If this card is associated with a v1 arrangement, please use the /v1/card/UUID endpoint instead of this route for deletion.
200Card successfully removed.
403The requester does not have the required permissions to delete this card or the card is associated with a v1 arrangement.
404No card details found for the provided UUID.
500An unexpected error occurred while attempting to delete the card.