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

Documentation Index

Fetch the complete documentation index at: https://docs.multchats.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Body

application/json
automationTriggerId
string
required

ID do gatilho de automação

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

Response

Gatilho excluído com sucesso

success
boolean

Indica se a operação foi bem-sucedida