Artifact rules
Delete artifact rule
Deletes a rule from the artifact. This results in the rule no longer applying for this artifact. If this is the only rule configured for the artifact, this is the same as deleting all rules, and the globally configured rules now apply to this artifact.
This operation can fail for the following reasons:
- No artifact with this artifactId exists (HTTP error 404)
- No rule with this name/type is configured for this artifact (HTTP error 404)
- Invalid rule type (HTTP error 400)
- A server error occurred (HTTP error 500)
delete/groups/{groupId}/artifacts/{artifactId}/rules/{ruleType}
Response
The rule was successfully deleted.