# Delete a price Permanently deletes a price. This action cannot be undone. Active prices associated with active subscriptions should be deactivated instead of deleted. Endpoint: DELETE /prices/{id} Version: 1.0 ## Path parameters: - `id` (string, required) Unique identifier of the price to delete Example: "price_1SGKTmDZYOQH9uHk1vaSxPKa" ## Header parameters: - `cc-api-key` (string, required) Chaching API Key ## Response 200 fields (application/json): - `id` (string) Example: "price_1SGKTmDZYOQH9uHk1vaSxPKa" - `deleted` (boolean) Example: true ## Response 400 fields ## Response 404 fields