MT
MailtestAPIInbound email docs

Delete email

Delete a captured email record.

Delete a captured email record.

DELETE/v1/emails/{emailId}Auth required

Delete an email

Deletes the email metadata record and its stored body.

Parameters

emailIdpathrequired

string · MailtestAPI email identifier.

Responses

204

Email deleted successfully.

400ValidationErrorResponse

The route parameters did not pass validation.

401ErrorResponse

The API key is missing or invalid.

404ErrorResponse

The requested email was not found.