---
title: "Delete Extension"
method: DELETE
path: "/v2/extensions/{extensionId}"
tags: ["Extensibility"]
---

# Delete Extension

`DELETE /v2/extensions/{extensionId}`

DELETE an existing Extension

## Path parameters

- `extensionId` string, uuid, required — Represents a unique key for identifying an extension within the JTL.Wawi extensibility framework.

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `204`

The Extension is deleted

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.
- `404` — No item with the given ID exists.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
