---
title: "Expire the user's licenses"
method: DELETE
path: "/membership/{user_id}/license/{license_id}"
tags: ["membership"]
---

# Expire the user's licenses

`DELETE /membership/{user_id}/license/{license_id}`

Expire the user's license immediately

## Path parameters

- `user_id` string, required
- `license_id` integer, required

## Response `204`

License successfully expired.

## Other responses

- `403` — Partner does not have permission to manage the requested license.

---

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