CostSheets
CreditGrants
Credit Notes
Customers
Wallets
Invoices
Entitlements
Environments
Events
Features
Payments
Plans
Integrations
Subscriptions
Tenants
Users
CostSheets
Delete a cost sheet
Delete a cost sheet. If status is published/draft, it will be archived. If already archived, it will be deleted from database.
DELETE
/
cost
/
{id}
Copy
curl --request DELETE \
--url https://api.cloud.flexprice.com/v1/cost/{id} \
--header 'x-api-key: <api-key>'
Copy
This response has no body data.
Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Cost Sheet ID
Copy
curl --request DELETE \
--url https://api.cloud.flexprice.com/v1/cost/{id} \
--header 'x-api-key: <api-key>'
Copy
This response has no body data.
Assistant
Responses are generated using AI and may contain mistakes.