Delete credit allocation rule
DELETE/license/api/v1/credit-allocation-rule/:ruleId
Delete credit allocation rule.
Request
Path Parameters
ruleId stringrequired
Responses
- 200
- 400
Success
invalid_parameter_value
- */*
- Schema
- Example (from schema)
Schema
timestamp stringrequired
timestamp
status int32required
Http status
error stringrequired
Error message
message stringrequired
Error message
path stringrequired
Request path
{
"timestamp": "string",
"status": 0,
"error": "string",
"message": "string",
"path": "string"
}
Loading...