Skip to main content
POST
Revoke Card

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Path Parameters

card_id
string<uuid>
required

Card to act on. Use list_cards to find one.

Response

Successful Response

card_id
string<uuid>
required

The card that was revoked.

status
enum<string>
required

The card's status after revoking, which is always closed.

Available options:
pending,
active,
suspended,
closed,
failed