---
title: "Delete User from Suppression List"
method: DELETE
path: "/{WSID}/suppressions"
tags: ["Suppression List"]
---

# Delete User from Suppression List

`DELETE /{WSID}/suppressions`

Delete a suppression entry using its `_id`, `distinct_id`, `destination`.

**Note:** If all three values (`distinct_id`, `destination`, `_id`) are provided, `_id` takes precedence followed by `distinct_id`.

## Path parameters

- `WSID` string, required

## Query parameters

- `_id` string
- `distinct_id` string
- `destination` string

## Response `200`

Suppression list updated.

- object
  - `status` string
  - `_message` string

## Other responses

- `400` — The provided `_id` does not exist.
- `401` — API Key or Workspace ID is invalid. User is unauthorised.

---

[API](https://skmtc.net/fynoio/apis/fyno-rest-api.md) · [All operations](https://skmtc.net/fynoio/apis/fyno-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fynoio/fyno-rest-api/revisions/021088e9cb30/schema)
