Agents
Delete Agent
Delete single agent base on uuid
DELETE
/
api
/
v1
/
agent
/
{uuid}
/
delete
Copy
curl --location --request DELETE 'https://app.gptchatbot.it/api/v1/agent/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
Copy
{
"success": true
}
Path
Response
Indicates if api call was successful
Copy
curl --location --request DELETE 'https://app.gptchatbot.it/api/v1/agent/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
Copy
{
"success": true
}
Copy
curl --location --request DELETE 'https://app.gptchatbot.it/api/v1/agent/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
Copy
{
"success": true
}
Assistant
Responses are generated using AI and may contain mistakes.