Skip to main content
DELETE
/
inbound
/
account
/
allowlist
/
{id}
Delete account-level allowlist rule
curl --request DELETE \
  --url https://api.jetemail.com/inbound/account/allowlist/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key for account management endpoints. Use your api_ prefixed token.

Path Parameters

id
integer
required

ID of the account allowlist rule to delete

Response

Rule deleted successfully

success
boolean
Example:

true