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