DELETE
/
inbound
/
allowlist
/
{uuid}
curl --request DELETE \
  --url https://api.jetemail.com/inbound/allowlist/{uuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format "Bearer {token}"

Path Parameters

uuid
string
required

UUID of the allowlist rule to delete

Response

200
application/json
Rule deleted successfully
success
boolean
Example:

true