DELETE
/
agents
/
{agentId}
Archive an agent
curl --request DELETE \
  --url https://your_salambo_base_url/api/v1/agents/{agentId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "deleted": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string<uuid>
required

Response

Archive result.

id
string
required
deleted
boolean