action apicurio_delete_artifact_rules { label: "Delete artifact rules" description: "Deletes all of the rules configured for the artifact. After this is done, the global\nrules apply to the artifact again.\n\nThis operation can fail for the following reasons:\n\n* No artifact with this `artifactId` exists (HTTP error `404`)\n* A server error occurred (HTTP error `500`)" provider: apicurio method: DELETE path: "/groups/{groupId}/artifacts/{artifactId}/rules" encoding: json output: { type: "object" additionalProperties: true } }