---
title: "GET /v4/tir/{section_uuid}/{subject_uuid}/removal"
method: GET
path: "/v4/tir/{section_uuid}/{subject_uuid}/removal"
tags: ["Gdpr", "internal"]
deprecated: true
---

# GET /v4/tir/{section_uuid}/{subject_uuid}/removal

`GET /v4/tir/{section_uuid}/{subject_uuid}/removal`

> **Deprecated.**

Internal API. Return progress of a previous POST request to /v4/tir/{section_uuid}/{subject_uuid}/removal The response will be in the form of a progress status or a final result that indicates success or failure.

## Path parameters

- `section_uuid` string, uuid, required
- `subject_uuid` string, uuid, required

## Response `200`

OK

- RemovalStatusResponse
  - `request_uuid` string, uuid
  - `statuses` RemovalStatusItem[]
    - `service` 'livechat' | 'livestories' | 'livecomments' | 'livereviews' | 'base' | 'console'
    - `status` 'success' | 'failure' | 'pending'
    - `last_modified` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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