---
title: "DELETE /api/licenses/{id}/"
method: DELETE
path: "/api/licenses/{id}/"
tags: ["Admin"]
---

# DELETE /api/licenses/{id}/

`DELETE /api/licenses/{id}/`

Removes the existing license related to the provided parameter. If the license is active, then all the users that are using the license will lose access to the features granted by that license.

## Path parameters

- `id` integer, required

## Response `204`

No response body

## Other responses

- `404`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/versions/0c490e5b0c7f/schema)
