Soft-deletes a domain allowlist rule
cURL
curl --request DELETE \ --url https://api.jetemail.com/inbound/filters/allowlist/{uuid} \ --header 'Authorization: Bearer <token>'
{ "success": true }
API key for account management endpoints. Use your api_ prefixed token.
UUID of the allowlist rule to delete
Rule deleted successfully
true