Stop message

Archived

This command will attempt to stop the delivery of a particular message. This command can only stop messages that have been scheduled for delivery in the future or may be queued within our router. It cannot stop messages that have already been delivered to an SMSC.

Command

https://api.clickatell.com/http/delmsg?user=xxxx&password=xxxx&api_id=xxxx&apimsgid=xxxx

Parameters

You also need to supply your authentication parameters.

Parameter
Description

apimsgid

This is the API message ID you get back when you send a message.

climsgid

This is the message ID that you specified when you generated a message.

Examples

Bash

username="place username here"
password="place password here"
api_id="place password here"
apiMsgId="place message ID here"
 
curl --data "user=$username&password=$password&api_id=$api_id&apimsgid=$apiMsgId" \
    'https://api.clickatell.com/http/delmsg'

PHP

Python

API responses

Example response

Successful API response:

Error response:

Format

Successful API response:

Error response: