product-usage

Uoms Delete

POST
Deletes a Unit of Measurement.

Request

This endpoint expects an object.
id
stringRequired
The Unit of Measurement (UOM)'s DON.
POST
1curl -X POST https://api.devrev.ai/uoms.delete \
2 -H "Authorization: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "id": "id"
6}'