Overview

You can use this request to delete an email.

The Method

API-Method
RESTDELETEhttps://[Your URL]/api/2.0/emails/:message_id

Parameters

PropertyTypeDescriptionRequired
$idintegerThe ID of the email you want to delete.yes

Example Request


Example Response

The request will return a 204 (No Content) Response if successful.