curl --location --request DELETE 'https://app.gptchatbot.it/api/v1/agent/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Delete single agent base on uuid
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
}