action apicurio_delete_group_by_id { label: "Delete a group by the specified ID." description: "Deletes a group by identifier.\n\nThis operation can fail for the following reasons:\n\n* A server error occurred (HTTP error `500`)\n* The group does not exist (HTTP error `404`)\n" provider: apicurio method: DELETE path: "/groups/{groupId}" encoding: json output: { type: "object" additionalProperties: true } }