Skip to main content
DELETE
/
costs
/
{id}
Delete a costsheet
curl --request DELETE \
  --url https://api.cloud.flexprice.io/v1/costs/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Path Parameters

id
string
required

Costsheet ID

Response

OK

id
string
message
string