---
title: "Revoke an entitlement"
method: DELETE
path: "/users/{user_id}/entitlements/{id}"
tags: ["Entitlements"]
---

# Revoke an entitlement

`DELETE /users/{user_id}/entitlements/{id}`

Revokes a manually granted entitlement from a user. **Requires Secret Key authentication.**

You can only revoke entitlements with source `manual`.

## Path parameters

- `user_id` string, required
- `id` string, required

## Response `200`

Entitlement revoked. No response body.

## Other responses

- `400` — Invalid entitlement
- `401` — Unauthorized
- `404` — Either the user or the entitlement could not be found, or the entitlement was not revokable (only manually granted entitlements with source `manual` can be revoked).

---

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