---
title: "Remove a contact from suppression list"
method: DELETE
path: "/v1/contacts/suppression"
tags: ["Contacts"]
---

# Remove a contact from suppression list

`DELETE /v1/contacts/suppression`

Remove a suppressed contact from the suppression list by `email` or `userId`. Include only one query parameter.

## Query parameters

- `email` string
- `userId` string

## Response `200`

Successful removal.

- ContactSuppressionRemoveResponse
  - `success` boolean, required — Whether the suppression removal was successful.
  - `message` string, required
  - `removalQuota` ContactSuppressionRemovalQuota, required
    - `limit` number, required — The number of suppression removals allowed in a rolling 30 day period.
    - `remaining` number, required — The remaining number of suppression removals left in the current 30 day period.

## Other responses

- `400` — Bad request (e.g. contact is not suppressed).
- `404` — Contact not found.
- `405` — Wrong HTTP request method.

---

[API](https://skmtc.net/loops/apis/loops-openapi-spec.md) · [All operations](https://skmtc.net/loops/apis/loops-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loops/loops-openapi-spec/revisions/9cc087257f0d/schema)
