cURL
curl --request DELETE \ --url https://api.jetemail.com/outbound/suppression/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Releases a suppression rule, removing it from active suppression
Enter your Bearer token in the format "Bearer {token}"
ID of the suppression rule to release ID of the suppression rule to delete
x >= 1
Suppression rule released successfully
true