---
title: "Remove sensitive client"
method: DELETE
path: "/v1/sensitivityList/{id}"
tags: ["Sensitivity list"]
---

# Remove sensitive client

`DELETE /v1/sensitivityList/{id}`

Use this endpoint to remove a <Glossary>client</Glossary> from your <Glossary>sensitivity list</Glossary> .

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required — The `access_token` returned in your most recent [Create access token](https://docs.fourthline.com/reference/create-access-token) response.

## Response `204`

No content

- object — No content. The response body is empty.

## Other responses

- `400` — Invalid request parameters
- `404` — Sensitive client not found
- `422` — The request could not be processed
- `500` — Unexpected server error

---

[API](https://skmtc.net/fourthline/apis/fourthline-apis.md) · [All operations](https://skmtc.net/fourthline/apis/fourthline-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthline/fourthline-apis/revisions/7991ae7c8383/schema)
