Skip to main content
DELETE
/
scheduled-message
/
{scheduledMessageId}
Excluir mensagem agendada
curl --request DELETE \
  --url http://localhost:3001/scheduled-message/{scheduledMessageId} \
  --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 excluído.

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

Response

Default Response

success
boolean
required

Indica se a exclusão foi concluída com sucesso.