Delete a rule
Delete the specified auto user provisioning rule.
Path Parameters
- rule_id string required
Deletes the rule with the specified ID.
Responses
- 200
- default
Success
- application/api.clumio.auto-user-provisioning-rules=v1+json
- Schema
- Example (from schema)
Schema
- object
{}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
A list of errors encountered during runtime.
error_code uint32error_message stringThe reason for the error.
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}
Loading...