API Reference

Remove a 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.

Log in to see full request history
Path Params
string
required

UUID of the card (FCCORE_cardDetails) to remove.

Responses
200

Card successfully removed.

403

The requester does not have the required permissions to delete this card or the card is associated with a v1 arrangement.

404

No card details found for the provided UUID.

500

An unexpected error occurred while attempting to delete the card.

Language
URL
Click Try It! to start a request and see the response here!