cURL
curl --request DELETE \ --url https://api.example.com/public/emails/{email_id}
Deletes a specific email from the system using its unique identifier.
OK. The email was successfully deleted.