action apicurio_delete_artifact_rule { label: "Delete artifact rule" description: "Deletes a rule from the artifact. This results in the rule no longer applying for\nthis artifact. If this is the only rule configured for the artifact, this is the \nsame as deleting **all** rules, and the globally configured rules now apply to\nthis artifact.\n\nThis operation can fail for the following reasons:\n\n* No artifact with this `artifactId` exists (HTTP error `404`)\n* No rule with this name/type is configured for this artifact (HTTP error `404`)\n* Invalid rule type (HTTP error `400`)\n* A server error occurred (HTTP error `500`)" provider: apicurio method: DELETE path: "/groups/{groupId}/artifacts/{artifactId}/rules/{rule}" encoding: json output: { type: "object" additionalProperties: true } }