---
title: "DELETE /plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes"
method: DELETE
path: "/plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes"
tags: ["plugins"]
deprecated: true
---

# DELETE /plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes

`DELETE /plugins/{team_name}/{plugin_kind}/{plugin_name}/upcoming-price-changes`

> **Deprecated.**

DEPRECATED. Plugin prices are now managed by category. This endpoint will be removed in the near future and currently returns only empty data.

## Path parameters

- `team_name` 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`

Deleted

## Other responses

- `401` — Requires authentication
- `403` — Forbidden
- `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)
