Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Price unit ID
Response
OK
curl --request DELETE \
--url https://api.cloud.flexprice.io/v1/prices/units/{id} \
--header 'x-api-key: <api-key>'
{}
Archive an existing price unit. The unit will be marked as archived and cannot be used in new prices.
curl --request DELETE \
--url https://api.cloud.flexprice.io/v1/prices/units/{id} \
--header 'x-api-key: <api-key>'
{}
Enter your API key in the format x-api-key <api-key>*
Price unit ID
OK