Delete Rule
Deletes customer rule from the Usage Meter
Request
URI
DELETE
https://umip/api/v1/rules/{id}
COPY
Path Parameters
string
id
Required
The id(UUID) of a customer rule
Responses
204
Rule deletion is successful
Operation doesn't return any data structure
400
Returns
400InvalidRequest
of type(s)
application/json
Operation doesn't return any data structure
401
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/v1/rules/{id}