cURL
curl --request DELETE \ --url https://api.fyatu.com/api/v2/cards/{cardId} \ --header 'Authorization: Bearer <token>' \ --header 'Business-ID: <api-key>'
{ "status": "success", "statusCode": 200, "errors": false, "message": "<string>", "data": { "cardId": "<string>", "balance": 123 } }
Permanently terminate a card. Any remaining balance will be returned to your business wallet.
Your unique business identifier. Find this in your Business Settings.
Your API key as a Bearer token. Example: Bearer sk_live_xxxxxxxxxxxxx
Bearer sk_live_xxxxxxxxxxxxx
Card deletion initiated
"success"
200
false
Show child attributes