Skip to main content
DELETE
/
api
/
v1
/
agents
/
{id}
Delete Agent
curl --request DELETE \
  --url https://colloqui-web-develop-btoadh.laravel.cloud/api/v1/agents/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

id
string
required

The ID of the agent.

Response

204

No Content