---
title: "Undo a raw supplier text cluster decision"
method: POST
path: "/suppliers/raw-text-clusters/undo"
tags: ["Suppliers"]
---

# Undo a raw supplier text cluster decision

`POST /suppliers/raw-text-clusters/undo`

## Request body

- UndoSupplierRawTextClusterRequest
  - `clusterId` string, required

## Response `200`

Raw text cluster decision removed

- SupplierRawTextResolutionResponse
  - `data` SupplierRawTextResolution, required
    - `clusterId` string, required
    - `status` 'resolved' | 'ignored' | 'unresolved', required
    - `supplierId` string
  - `meta` object

## Other responses

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

---

[API](https://skmtc.dev/greentally/apis/esgai-api.md) · [All operations](https://skmtc.dev/greentally/apis/esgai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greentally/esgai-api/revisions/09945036a28b/schema)
