Skip to main content
DELETE
/
v4
/
inbound-email
/
{inbound_email_id}
Delete Inbound Email
curl --request DELETE \
  --url https://api.casparser.in/v4/inbound-email/{inbound_email_id} \
  --header 'x-api-key: <api-key>'
{
  "status": "success",
  "msg": "Mailbox deleted successfully"
}

Authorizations

x-api-key
string
header
required

Your API key for authentication. Use sandbox-with-json-responses as Sandbox key.

Path Parameters

inbound_email_id
string
required

Inbound Email ID to delete

Response

Mailbox deleted

status
string
Example:

"success"

msg
string
Example:

"Mailbox deleted successfully"