Skip to main content
DELETE
/
core
/
v1
/
domains
/
{domainName}
/
email
/
forwarding
/
{emailBox}
Delete Email Forwarding
curl --request DELETE \
  --url https://api.dev.name.com/core/v1/domains/{domainName}/email/forwarding/{emailBox} \
  --header 'Authorization: Basic <encoded-value>'
{
  "message": "Unauthorized"
}

Documentation Index

Fetch the complete documentation index at: https://docs.name.com/llms.txt

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

Authorizations

Authorization
string
header
required

Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.

Path Parameters

domainName
string
required

DomainName is the domain to delete the email forwarded box from.

emailBox
string
required

EmailBox is which email box to delete.

Response

Email Forwarding entry successfully deleted.