Cancel email
Cancel a scheduled email or one still in queued state before handoff to the MTA.
Endpoint
POST
/v1/emails/{id}/cancel Path parameters
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | Required | Email id to cancel. |
Response
200
{
"id": "em_a1b2c3d4",
"status": "canceled"
}