cURL
curl --request DELETE \ --url https://api.jetemail.com/inbound/blocklist/{uuid} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Deletes a blocklist rule
Enter your Bearer token in the format "Bearer {token}"
UUID of the blocklist rule to delete
"550e8400-e29b-41d4-a716-446655440000"
Blocklist rule deleted successfully
The response is of type object.
object