Skip to main content
DELETE
/
agents
/
{agent_id}
Delete an agent
curl --request DELETE \
  --url https://api.deck.co/v2/agents/{agent_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "<string>",
  "deleted": true,
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Clerk JWT, client credential JWT, or secret key (sk_live_...)

Path Parameters

agent_id
string
required

Response

OK

id
string
required
object
string
required
deleted
boolean
required
request_id
string
required