action apicurio_delete_global_rule { label: "Delete global rule" description: "Deletes a single global rule. If this is the only rule configured, this is the same\nas deleting **all** rules.\n\nThis operation can fail for the following reasons:\n\n* Invalid rule name/type (HTTP error `400`)\n* No rule with name/type `rule` exists (HTTP error `404`)\n* Rule cannot be deleted (HTTP error `409`)\n* A server error occurred (HTTP error `500`)\n" provider: apicurio method: DELETE path: "/admin/rules/{rule}" encoding: json output: { type: "object" additionalProperties: true } }