cURL
curl --request POST \ --url https://api.multchats.com/v2/integration/disconnect \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "integrationId": "<string>" } '
{ "success": true, "response": { "integration": { "id": "<string>", "name": "<string>", "sectorId": "<string>", "connectionStatus": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "chatId": "<string>", "color": "<string>", "onlyApi": false } } }
Desconecta uma integração do WhatsApp, encerrando a sessão ativa e recriando a instância pronta para nova conexão.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID da integração
^c[a-z0-9]{24}$
Integração desconectada com sucesso
Indica se a operação foi bem-sucedida
Show child attributes