Skip to main content

CancelEmailResponse

cancelledbooleanrequired

Whether the email was successfully cancelled.

reasonstring

Reason why the email could not be cancelled (present when cancelled is false).

CancelEmailResponse
{
"cancelled": true,
"reason": "string"
}