Delete a rule
Deletes the specified policy rule.
Path Parameters
- rule_id string required
Performs the operation on the rule with the specified ID.
Responses
- 200
- default
Success
- application/api.clumio.policy-rules=v1+json
- Schema
- Example (from schema)
Schema
- preview_id string
The Clumio-assigned ID of the preview generated by this request. Only valid if
execution_typeis set todryrun. - task_id string
The Clumio-assigned ID of the task generated by this request.
{
"preview_id": "string",
"task_id": "string"
}
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...