Overview
You can use this request to delete an email.
The Method
| API | - | Method |
|---|---|---|
| REST | DELETE | https://[Your URL]/api/2.0/emails/:message_id |
Parameters
| Property | Type | Description | Required |
|---|---|---|---|
| $id | integer | The ID of the email you want to delete. | yes |
Example Request
Example Response
The request will return a 204 (No Content) Response if successful.