---
title: "Unapprove a commit"
method: DELETE
path: "/repositories/{workspace}/{repo_slug}/commit/{commit}/approve"
tags: ["Commits"]
---

# Unapprove a commit

`DELETE /repositories/{workspace}/{repo_slug}/commit/{commit}/approve`

Redact the authenticated user's approval of the specified commit.

This operation is only available to users that have explicit access to
the repository. In contrast, just the fact that a repository is
publicly accessible to users does not give them the ability to approve
commits.

## Response `204`

An empty response indicating the authenticated user's approval has been withdrawn.

## Other responses

- `404` — If the specified commit, or the repository does not exist.

---

[API](https://skmtc.net/bitbucket/apis/bitbucket-api.md) · [All operations](https://skmtc.net/bitbucket/apis/bitbucket-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitbucket/bitbucket-api/versions/4ec8bd2515c5/schema)
