action apicurio_delete_artifacts_in_group { label: "Delete artifacts in group" description: "Deletes all of the artifacts that exist in a given group." provider: apicurio method: DELETE path: "/groups/{groupId}/artifacts" encoding: json output: { type: "object" additionalProperties: true } }