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