Delete Scheduled Email
Delete a scheduled email using its unique reference ID.
This endpoint allows you to delete a scheduled email using its unique reference ID. This action is irreversible, so ensure that you want to delete the scheduled email before proceeding.
Sample Request
The following is a sample request to delete a scheduled email.
DELETE https://smtp.maileroo.com/api/v2/emails/scheduled/abc1234567890abcdef1234Response Structure
successbooleanoptionalIndicates whether the request was successful.
messagestringoptionalA human-readable message describing the result.
datanulloptionalNo additional data is returned for this operation.
Sample Response
200 OK
{
"success": true,
"message": "The scheduled email has been deleted.",
"data": null
}