Skip to main content
DELETE
/
v1
/
cards
/
{id}
/
assign
/
{agentId}
Unassign card
curl --request DELETE \
  --url https://api.usenaive.ai/v1/cards/{id}/assign/{agentId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

id
string
required
agentId
string
required

Response

Unassigned.

success
boolean