---
title: "Delete approval"
method: DELETE
path: "/approvals/{approval_id}"
tags: ["approvals"]
---

# Delete approval

`DELETE /approvals/{approval_id}`

Deletes a pending approval record. Approvals can only be deleted if the status is `pending`.

## Path parameters

- `approval_id` integer, required

## Response `200`

The approval record was successfully deleted.

- object

## Other responses

- `404` — The approval record was not found or is not pending.

---

[API](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/versions/e4c439ac13f2/schema)
