{{baseUrl}}/send/:code
DELETE {{baseUrl}}/send/:code
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": "Operation succefull"
} |
ENDPOINTS