Skip to main content
POST
/
integration
/
delete
Deletar Integração
curl --request POST \
  --url https://api.multchats.com/v2/integration/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "integrationId": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
integrationId
string
required

ID da integração

Pattern: ^c[a-z0-9]{24}$

Response

Integração adicionada na fila de exclusão com sucesso

success
boolean
default:true

Indica se a operação foi bem-sucedida