Nifteem
  1. Dispatch Messages
Nifteem
  • Nifteem API
    • Dispatch Messages
      • Request a message dispatch
        POST
      • Dispatch messages info
        GET
      • Cancel a message dispatch
        DELETE
    • Manage templates
      • Get all templates
    • User
      • User Information
    • Webhook for message status updates
    • Webhook for incoming message notification
    • Schemas
      • Channel
      • DispatchLogStatus
      • WebhookOutDispatchStatusPayload
      • WebhookOutEvent
      • WebhookOutModule
      • InMessageType
      • WebhookOutIncomingMessageDetailPayload
      • WebhookOutIncomingMessagePayload
      • ChannelIdentifierType
      • DispatchApiRequest
      • DispatchApiRequestChannelRcs
      • DispatchApiRequestChannelSms
      • DispatchApiRequestChannelWhatsapp
      • DispatchApiRequestChannels
      • DispatchApiRequestContent
      • DispatchApiRequestMessage
      • DispatchApiRequestMessageContentDocument
      • DispatchApiRequestMessageContentImage
      • DispatchApiRequestMessageContentText
      • DispatchApiRequestMessageContentVideo
      • DispatchApiRequestMessageTemplate
      • DispatchApiRequestRecipient
      • DispatchApiRequestRecipientIdentifier
      • DispatchApiRequestTranslation
      • SmsEncodingType
      • Template
      • TemplateApi
      • DispatchApi
      • DispatchApiMessage
      • DispatchApiMessageStatus
  1. Dispatch Messages

Cancel a message dispatch

DELETE
/v1/api/dispatch/{dispatchId}
Allows cancellation of a scheduled message dispatch. A dispatch can only be cancelled up to 5 minutes before the scheduled date and time. Immediate dispatches cannot be cancelled.

Request

Authorization
API Key
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
or
Path Params

Responses

🟢200
Dispatch successfully cancelled
This response does not have a body.
🟠400
🟠401
🟠403
🟠422
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/v1/api/dispatch/' \
--header 'X-API-Key: <api-key>'
Response Response Example
400 - Example 1
null
Modified at 2026-01-24 07:01:45
Previous
Dispatch messages info
Next
Get all templates
Built with