---
title: "Delete an entitlement"
method: DELETE
path: "/accounts/{account_id}/entitlements/{id}"
tags: ["entitlements"]
---

# Delete an entitlement

`DELETE /accounts/{account_id}/entitlements/{id}`

The entitlement must belong to the current account

## Path parameters

- `account_id` string, required
- `id` string, required

## Response `200`

The entitlement was successfully deleted

- Entitlement — The current state of an entitlement
  - `plan_id` string — Api ID of the associated plan
  - `started` union
    - unknown
    - string — An iso8601 formatted timestamp
  - `href` string — A reference to this entitlement
  - `created` string — An iso8601 formatted timestamp

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
