#
Delete scheduled message
Delete a scheduled message.
You cannot delete a scheduled message which is already being sent or is already sent.
#
Method
DELETE
#
Path
/messages/scheduled/[message_id]
#
Path parameter
#
Response
#
HTTP status codes
#
Response object
#
Code sample
curl --location --request DELETE 'https://api.sociocs.com/messages/scheduled/Xyz12345' \
--header 'apikey: your_api_key'