curl --request DELETE \
--url https://us.api.flexprice.io/v1/prices/units/{id} \
--header 'x-api-key: <api-key>'{
"message": "<string>"
}Use when removing a price unit that is no longer needed. Fails if any price references this unit.
curl --request DELETE \
--url https://us.api.flexprice.io/v1/prices/units/{id} \
--header 'x-api-key: <api-key>'{
"message": "<string>"
}