---
title: "Revoke a global permission from a user"
method: DELETE
path: "/project-permissions/{user_id}/{permission_id}"
tags: ["Permissions"]
---

# Revoke a global permission from a user

`DELETE /project-permissions/{user_id}/{permission_id}`

Revoke a global permission from a user

## Path parameters

- `user_id` string, required — The ID of the user, or the special value `me` for the currently authenticated user
- `permission_id` string, required — The permission ID used to uniquely identify a permission. Can either be a custom permission with lowercase letters, numbers, `:`, and `_` characters, or one of the system permissions: `$update_team`, `$delete_team`, `$read_members`, `$remove_members`, `$invite_members`, `$manage_api_keys`

## Response `200`

Successful response

- object
  - `success` boolean, required — Always equal to true.

---

[API](https://skmtc.net/hexclave/apis/hexclave-rest-api-3.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-3/versions/690014f63028/schema)
