cURL
curl --request DELETE \ --url https://api.henrylabs.ai/v0/wallet/cards/{card_id} \ --header 'x-api-key: <api-key>' \ --header 'x-user-id: <api-key>'
{ "success": true, "status": "<string>", "message": "<string>", "data": { "card_id": "<string>" } }
Delete a card from the user’s wallet.
Card ID
Card deleted successfully
The response is of type object.
object