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

uuid
string
required

Agent uuid

Response

success
boolean

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
}