Cancel a message dispatch
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.
Path parameters
-
dispatchId
string Required
DELETE
/v1/api/dispatch/{dispatchId}
curl \
--request DELETE 'https://api.nifteem.com/v1/api/dispatch/{dispatchId}' \
--header "X-API-Key: $API_KEY"