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"
}
Whether the email was successfully cancelled.
Reason why the email could not be cancelled (present when cancelled is false).
{
"cancelled": true,
"reason": "string"
}