Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Costsheet ID
Soft delete a costsheet by setting its status to deleted
curl --request DELETE \
  --url https://api.cloud.flexprice.io/v1/costs/{id} \
  --header 'x-api-key: <api-key>'{
  "id": "<string>",
  "message": "<string>"
}Enter your API key in the format x-api-key <api-key>*
Costsheet ID
curl --request DELETE \
  --url https://api.cloud.flexprice.io/v1/costs/{id} \
  --header 'x-api-key: <api-key>'{
  "id": "<string>",
  "message": "<string>"
}