API reference
Remove a suppression
Removes an address from the tenant suppression list. Use with care — removing a hard bounce suppression and re-sending will hurt your sender reputation. Required role: admin or owner.
DELETE/v1/admin/suppressions/:id
USE WITH CAUTION
Only remove a suppression if you have confirmed the address is valid and the recipient has explicitly re-opted in. Removing hard bounce suppressions and re-sending to those addresses signals poor list hygiene to receiving mail servers.
Request
curl
curl -X DELETE https://api-raven-cloud.autotribes.app/v1/admin/suppressions/e3f4a5b6-c7d8-9e0f-1a2b-3c4d5e6f7a8b \
-H "Authorization: Bearer eyJ..." \
-H "X-App-Name: raven-cloud" \
-H "X-Tenant-Slug: acme-co"Response
204 No Content
Empty body on success.
Errors
| Status | When |
|---|---|
401 | Invalid or expired session token |
403 | Caller does not have admin or owner role, or suppression belongs to a different tenant |
404 | Suppression ID does not exist |