Skip to main content
PATCH
/
scheduled-message
/
{scheduledMessageId}
/
cancel
Cancelar mensagem agendada
curl --request PATCH \
  --url http://localhost:3001/scheduled-message/{scheduledMessageId}/cancel \
  --header 'X-JuriChat-Api-Key: <api-key>'
{
  "success": true
}

Documentation Index

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

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

Authorizations

X-JuriChat-Api-Key
string
header
required

Chave de API do escritório (criada no painel). Envie o valor no header X-JuriChat-Api-Key.

Path Parameters

scheduledMessageId
string
required

ID do agendamento a ser cancelado.

Pattern: ^[cC][^\s-]{8,}$

Response

Default Response

success
boolean
required

Indica se o cancelamento foi aplicado com sucesso.