Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Remove an agent’s assignment from a 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 }
naive cards unassign <id> <agent_id>
naive_cards_unassign
{ "card_id": "card-uuid-1", "agent_id": "agent-uuid-1" }