Delete agent
Delete single agent base on uuid
Last updated
Delete single agent base on uuid
Last updated
DELETE / api / v1 / agent / {uuid} / delete
Authorization: string Bearer <your_token>
uuid string required
curl --location --request DELETE 'https://app.aichatbothub.com/api/v1/agent/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
success boolean
Indicates if api call was successful
{
"success": true
}