Skip to main content
DELETE
Cancel a scheduled email message.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

emailMessageId
string
required

Email Message Id

Example:

"ve9EPM428h8vShlRW1KT"

Response

200 - application/json

The scheduled email message was cancelled successfully

status
number
required

HTTP Status code of the request

Example:

404

message
string
required

Error message of the request

Example:

"Failed cancel the scheduled message"

Last modified on March 8, 2026