---
title: "Delete Add-On"
method: DELETE
path: "/v2/cloud-gateways/add-ons/{addOnId}"
tags: ["Add-Ons"]
---

# Delete Add-On

`DELETE /v2/cloud-gateways/add-ons/{addOnId}`

Deletes an add-on by ID. The request is rejected if any Kong plugins are still referencing
the managed cache add-on — remove those plugin references before deleting.

## Path parameters

- `addOnId` string, uuid, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

## Changes

- **2026-03-12** `c7956e473770` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kong/apis/konnect-api/changes/v2/cloud-gateways/add-ons/:addOnId/delete.md)

---

[API](https://skmtc.dev/kong/apis/konnect-api.md) · [All operations](https://skmtc.dev/kong/apis/konnect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kong/konnect-api/revisions/72502a676a92/schema)
