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

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 blocklist rule to delete

Response

Rule deleted successfully

success
boolean
Example:

true