Skip to main content

Cancel

Cancels a scheduled email by ID.

Parameters

string
required
The unique identifier of the scheduled email to cancel.

Returns

*CancelScheduledEmailResponse

Example


CancelWithContext

Cancels a scheduled email by ID with context.

Parameters

context.Context
required
Context for the request.
string
required
The unique identifier of the scheduled email to cancel.

Returns

*CancelScheduledEmailResponse
See Cancel for response field details.

Example