---
title: "Delete plugin"
method: DELETE
path: "/v1/kong-admin/plugins/{pluginId}"
tags: ["Kong Admin Controller"]
---

# Delete plugin

`DELETE /v1/kong-admin/plugins/{pluginId}`

Deletes a plugin

## Path parameters

- `pluginId` string, required

## Response `200`

Plugin deleted successfully

- ResponseVoid
  - `fingerPrintSubscription` boolean
  - `userSubscriptionOwner` boolean
  - `entityType` string
  - `entityHeader` string
  - `paginationInfo` PaginationInfo
    - `search` string
    - `pageNo` integer
    - `pageSize` integer
    - `totalRecords` integer
    - `hasMore` boolean
  - `customErrorCode` string
  - `data` object

## Other responses

- `404` — Plugin not found
- `500` — Internal server error

---

[API](https://skmtc.dev/floik/apis/floik-authentication-server.md) · [All operations](https://skmtc.dev/floik/apis/floik-authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/floik/floik-authentication-server/revisions/2b2a5dad2f5e/schema)
