---
title: "Delete an approval request"
method: DELETE
path: "/v1/org/{orgId}/approval-chain/{approvalChainId}/request/{approvalRequestId}"
tags: ["approval"]
---

# Delete an approval request

`DELETE /v1/org/{orgId}/approval-chain/{approvalChainId}/request/{approvalRequestId}`

## Path parameters

- `orgId` string, required
- `approvalChainId` string, required
- `approvalRequestId` string, required

## Request body

- ApprovalRequestDeleteBody
  - `message` string

## Response `202`

snapshot currently building

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found

---

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