Skip to main content
DELETE
/
v1
/
agents
/
{id}
Delete Agent
curl --request DELETE \
  --url https://api.example.com/v1/agents/{id} \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Path Parameters

id
string
required

Agent ID.

Response

Successful Deletion