Skip to main content
DELETE
/
outbound
/
suppression
/
{id}
Release suppression rule
curl --request DELETE \
  --url https://api.jetemail.com/outbound/suppression/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format "Bearer {token}"

Path Parameters

id
integer
required

ID of the suppression rule to release ID of the suppression rule to delete

Required range: x >= 1

Response

Suppression rule released successfully

success
boolean
Example:

true