curl -X DELETE https://chatbot.menuia.com/api/v2/ia/123 \
-H "Content-Type: application/json" \
-d '{
"authkey": "SUA_AUTHKEY_AQUI"
}'
{
"status": 200,
"message": "Agente de IA apagado com sucesso."
}
curl -X DELETE https://chatbot.menuia.com/api/v2/ia/123 \
-H "Content-Type: application/json" \
-d '{
"authkey": "SUA_AUTHKEY_AQUI"
}'
{
"status": 200,
"message": "Agente de IA apagado com sucesso."
}
id do agente e a chave de autenticação.
curl -X DELETE https://chatbot.menuia.com/api/v2/ia/123 \
-H "Content-Type: application/json" \
-d '{
"authkey": "SUA_AUTHKEY_AQUI"
}'
{
"status": 200,
"message": "Agente de IA apagado com sucesso."
}