action apicurio_delete_artifact { label: "Delete artifact" description: "Deletes an artifact completely, resulting in all versions of the artifact also being\ndeleted. This may fail for one of the following reasons:\n\n* No artifact with the `artifactId` exists (HTTP error `404`)\n* A server error occurred (HTTP error `500`)" provider: apicurio method: DELETE path: "/groups/{groupId}/artifacts/{artifactId}" encoding: json output: { type: "object" additionalProperties: true } }