Permanently deletes a pricing plan from the project.Documentation Index
Fetch the complete documentation index at: https://docs.cuprice.io/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
Bearer token with your API key. Requires
read_write permission.Path Parameters
The project’s URL-friendly slug identifier.
The plan’s unique ID.
Response
true if the plan was successfully deleted.Example
Errors
| Status | Description |
|---|---|
401 | Invalid or missing API key |
403 | API key does not have read_write permission |
404 | Project or plan not found |
