---
title: "Delete Benefit"
method: DELETE
path: "/v1/benefits/{id}"
tags: ["benefits", "public"]
---

# Delete Benefit

`DELETE /v1/benefits/{id}`

Delete a benefit.

> [!WARNING]
> Every grants associated with the benefit will be revoked.
> Users will lose access to the benefit.

**Scopes**: `benefits:write`

## Path parameters

- `id` string, uuid4, required — The benefit ID.

## Response `204`

Benefit deleted.

## Other responses

- `403` — This benefit is not deletable.
- `404` — Benefit not found.
- `422` — Validation Error

---

[API](https://skmtc.net/polar/apis/polar-api.md) · [All operations](https://skmtc.net/polar/apis/polar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polar/polar-api/revisions/77e4ef94fcc3/schema)
