Agents
Delete Agent
Agents
Delete Agent
Delete single agent base on uuid
DELETE
/
api
/
v1
/
agent
/
{uuid}
/
delete
curl --location --request DELETE 'https://app.gptchatbot.it/api/v1/agent/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Path
Response
Indicates if api call was successful
curl --location --request DELETE 'https://app.gptchatbot.it/api/v1/agent/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
curl --location --request DELETE 'https://app.gptchatbot.it/api/v1/agent/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}