DELETE
/suppressions/{email}DELETE /suppressions/{email}
Lift the suppression on one address.
Request
curl -X DELETE 'https://api.sendheron.com/api/v1/suppressions/{email}' \
-H 'Authorization: Bearer <YOUR_API_KEY>' \
-H 'Content-Type: application/json'Required scopes
The key must carry these:
- suppressions:write
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | The address to unsuppress, URL-encoded. |
Body parameters
| Name | Type | Required | Description |
|---|---|---|---|
| confirmHardTier | boolean | No | Required to lift a bounce or a complaint. Without it those return a 400. |
| note | string | No | Why the suppression is being lifted. |
Responses
Returns 200 on success.
- 400
- The payload failed validation, or the request is not valid for the current state.
- 401
- Missing or invalid API key.
- 403
- Valid key, but it does not carry the required scope.
- 404
- No such record in this workspace.
- 409
- A duplicate, or an idempotency key reused with a different payload.
- 429
- Either rate-limit ceiling was exceeded.
Rate limits
100/min per key, counted against the organization's WRITE ceiling (400/min). Both windows are one minute. There is no hourly or daily quota.