Delete agent

Delete single agent base on uuid

Endpoint

DELETE / api / v1 / agent / {uuid} / delete

Authorization

Authorization: string Bearer <your_token>

Path

uuid string required

Request example

curl --location --request DELETE 'https://app.aichatbothub.com/api/v1/agent/{uuid}/delete' \
--header 'Authorization: Bearer <token>'

Response

success boolean

Indicates if api call was successful

Response example

{
  "success": true
}

Last updated