---
title: "Update PII deletion status"
method: PUT
path: "/requests"
---

# Update PII deletion status

`PUT /requests`

Allows to approve or reject the deletion requests and update the deletion status accordingly.

## Request body

- object
  - `RAW_BODY` string, json

## Response `200`

200

- object
  - `response` object[]
    - `entityId` integer
    - `errors` object[]
      - `status` boolean
      - `message` string
      - `code` integer
  - `totalCount` integer
  - `failureCount` integer

## Other responses

- `201` — 201
- `400` — 400

---

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