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": "Inbound email deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://casparser.in/docs/llms.txt

Use this file to discover all available pages before exploring further.

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

Inbound email deleted

status
string
Example:

"success"

msg
string
Example:

"Inbound email deleted successfully"