curl --request DELETE \
--url https://us.api.flexprice.io/v1/costs/{id} \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"message": "<string>"
}Use when retiring a costsheet (e.g. end-of-life product). Soft-deletes; status set to deleted.
curl --request DELETE \
--url https://us.api.flexprice.io/v1/costs/{id} \
--header 'x-api-key: <api-key>'{
"id": "<string>",
"message": "<string>"
}