Skip to main content
POST
/
cards
/
{card_id}
/
revoke
Revoke Card
curl --request POST \
  --url https://api.meow.com/v1/cards/{card_id}/revoke \
  --header 'x-api-key: <api-key>'
{
  "card_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://developer.meow.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your Meow API key for authentication

Headers

x-entity-id
string<uuid>

Optional entity ID for scoped access to entity-specific data

Path Parameters

card_id
string<uuid>
required

Response

Successful Response

card_id
string<uuid>
required
status
enum<string>
required
Available options:
pending,
active,
suspended,
closed,
failed