API Reference
API Usage and Reference
cURL
curl --request DELETE \ --url https://api.ahasend.com/v2/accounts/{account_id}/messages/{message_id}/cancel \ --header 'Authorization: Bearer <token>'
{ "message": "Operation completed successfully" }
Cancels a scheduled message
API key for authentication
Account ID
Message ID
Scheduled message is cancelled
The response is of type object.
object
Was this page helpful?