Skip to main content
POST
/
partner
/
cards
/
{id}
/
cancel
Cancel card
curl --request POST \
  --url https://api.contro.me/v1/partner/cards/{id}/cancel \
  --header 'x-contro-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-contro-api-key
string
header
required

Partner API key (sk_live_* for production, sk_test_* for sandbox)

Path Parameters

id
string
required

Card ID

Example:

"card_def456"

Response

Card cancelled

success
enum<boolean>
required
Available options:
true