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

Documentation Index

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

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

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string<uuid>
required

UUID of the account blocklist rule to delete

Response

Rule deleted successfully

success
boolean
Example:

true