cURL
curl --request DELETE \ --url https://sandbox.sturdytechnologies.com/v3/cards/{card_id} \ --header 'Authorization: Bearer <token>'
{ "data": "null", "message": "deleted successfully", "success": true }
Delete a specified Virtual Card
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Card Identifier
OK
null
"deleted successfully"
true