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