Skip to main content
DELETE
/
v1
/
cards
/
:id
curl -X DELETE https://api.usenaive.ai/v1/cards/card-uuid-1 \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "success": true,
  "card_id": "card-uuid-1"
}

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

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

Permanently cancels a virtual card. The card will be deactivated and can no longer be used for transactions.
curl -X DELETE https://api.usenaive.ai/v1/cards/card-uuid-1 \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "success": true,
  "card_id": "card-uuid-1"
}

CLI

naive cards cancel <id>

MCP

Tool: naive_cards_cancel
{
  "card_id": "card-uuid-1"
}