Skip to main content
DELETE
/
cards
/
{card_id}
Terminate Virtual Card
curl --request DELETE \
  --url https://sandbox.sturdytechnologies.com/v3/cards/{card_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": "null",
  "message": "deleted successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

card_id
string
required

Card Identifier

Response

OK

data
string
Example:

null

message
string
Example:

"deleted successfully"

success
boolean
Example:

true