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

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.

Removes an agent’s assignment from a card, revoking the agent’s permission to use the card.
curl -X DELETE https://api.usenaive.ai/v1/cards/card-uuid-1/assign/agent-uuid-1 \
  -H "Authorization: Bearer nv_sk_live_..."
{
  "success": true
}

CLI

naive cards unassign <id> <agent_id>

MCP

Tool: naive_cards_unassign
{
  "card_id": "card-uuid-1",
  "agent_id": "agent-uuid-1"
}