---
title: "Revoke Access Request"
method: POST
path: "/v2/access-requests/{id}/revoke"
tags: ["Access Request API"]
---

# Revoke Access Request

`POST /v2/access-requests/{id}/revoke`

Revokes an active access request, ending the user's access early. The request must be provisioned and not yet concluded.

## Path parameters

- `id` string, required — The ID of the access request to revoke.

## Response `200`

Success

- SvflowPublicapiRevokeAccessRequestResponse

## Other responses

- `default` — Error

---

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