Stop message
Archived
Command
https://api.clickatell.com/http/delmsg?user=xxxx&password=xxxx&api_id=xxxx&apimsgid=xxxxParameters
Parameter
Description
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'