---
title: "DELETE /plugin-notification-requests/{plugin_team}/{plugin_kind}/{plugin_name}"
method: DELETE
path: "/plugin-notification-requests/{plugin_team}/{plugin_kind}/{plugin_name}"
tags: ["plugins"]
---

# DELETE /plugin-notification-requests/{plugin_team}/{plugin_kind}/{plugin_name}

`DELETE /plugin-notification-requests/{plugin_team}/{plugin_kind}/{plugin_name}`

Remove plugin notification request for a given plugin.

## Path parameters

- `plugin_team` string, required — The unique name for the team.
- `plugin_kind` 'source' | 'destination' | 'transformer', required — The kind of plugin, ie. source or destination.
- `plugin_name` string, required — The unique name for the plugin.

## Response `204`

Response

## Other responses

- `401` — Requires authentication
- `404` — Resource not found
- `500` — Internal Error

---

[API](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec.md) · [All operations](https://skmtc.net/cloudquery/apis/cloudquery-openapi-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudquery/cloudquery-openapi-spec/versions/4af580f9023b/schema)
