Skip to main content
DELETE
/
wallet
/
cards
/
{cardId}
Delete card information
curl --request DELETE \
  --url https://api.henrylabs.ai/v0/wallet/cards/{cardId} \
  --header 'x-api-key: <api-key>' \
  --header 'x-user-id: <x-user-id>'
{
  "success": true,
  "status": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Headers

x-user-id
string
required

Path Parameters

cardId
string
required

Card ID

Minimum string length: 1

Response

Card deleted successfully.

success
boolean
required
status
string
required
message
string
required