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