Skip to main content
DELETE
/
v1
/
hubs
/
{hub_id}
/
email-suppressions
/
{suppression_id}
Lift (un-suppress) a hub-scoped suppression
curl --request DELETE \
  --url https://api.member.dev/v1/hubs/{hub_id}/email-suppressions/{suppression_id} \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "status": "<string>",
      "title": "<string>",
      "code": "<string>",
      "detail": "<string>",
      "id": "<string>",
      "meta": {},
      "source": {}
    }
  ],
  "meta": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

hub_id
string
required
suppression_id
string
required

Response

Successful Response