Logo
Openapi.it Public API Documentation

{{baseUrl}}/inbox/:id

DELETE {{baseUrl}}/inbox/:id

Delete the receipt and the delivery verification of a sent email from your INBOX

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
x-username
string (Required) Username of Email to check
x-password
string (Required) Password of Email to check
Accept
string




RESPONSES

status OK

{ "success": true, "message": "Message deleted" }



Curl
curl -X DELETE 'baseUrl/inbox/:id' -H 'x-username: <string>' -H 'x-password: <string>' -H 'Accept: application/json'

ENDPOINTS