cURL
curl --request DELETE \ --url https://api.notifique.dev/v1/whatsapp/instances/{instanceId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "instanceId": "clxx...", "status": "DELETED" }, "message": "Instance removed. Logs and statistics are preserved." }
Remove a instância (soft delete). A instância não pode estar ACTIVE; desconecte antes (INSTANCE_ACTIVE).
Escopo: whatsapp:instances:delete
whatsapp:instances:delete
API Key no header Authorization. Exemplo: Authorization: Bearer sk_live_xxxxx
Authorization: Bearer sk_live_xxxxx
Instância removida.
true
Show child attributes
Was this page helpful?