curl -X POST https://chatbot.menuia.com/api/developer \
-H "Content-Type: application/json" \
-d '{
"authkey": "SUA_AUTHKEY_AQUI",
"message": "ID ou Nome do Dispositivo",
"apagarDispositivo": "true"
}'
{
"status": 200,
"message": "Dispositivo apagado com sucesso."
}
curl -X POST https://chatbot.menuia.com/api/developer \
-H "Content-Type: application/json" \
-d '{
"authkey": "SUA_AUTHKEY_AQUI",
"message": "ID ou Nome do Dispositivo",
"apagarDispositivo": "true"
}'
{
"status": 200,
"message": "Dispositivo apagado com sucesso."
}
curl -X POST https://chatbot.menuia.com/api/developer \
-H "Content-Type: application/json" \
-d '{
"authkey": "SUA_AUTHKEY_AQUI",
"message": "ID ou Nome do Dispositivo",
"apagarDispositivo": "true"
}'
{
"status": 200,
"message": "Dispositivo apagado com sucesso."
}