---
title: "Deletes a Training class"
method: DELETE
path: "/api/2026-07-01/resources/trainings/training_classes/{id}"
tags: ["Trainings > TrainingClass"]
---

# Deletes a Training class

`DELETE /api/2026-07-01/resources/trainings/training_classes/{id}`

Deletes a Training class

## Path parameters

- `id` string, required

## Response `200`

OK

- TrainingsTrainingClass
  - `id` string, required — Identifier of the training to which the class belongs to
  - `training_id` string, required — Identifier of the course
  - `name` string, required — Class name
  - `description` string — Class description
  - `start_date` string — Traning class start date
  - `end_date` string — Traning class end date
  - `cost` string, required — Training-related expenses, such as instructor fees, materials, venue, and logistics.
  - `indirect_cost` string, required — General business expenses related to training, such as utilities and administrative fees.
  - `salary_cost` string, required — Cost of all employees' time spent on the course.
  - `subsidized_cost` string, required — Amount of training expenses covered by financial aid or grants for this group.
  - `gross_cost` string, required — Total cost before subsidies, calculated as the sum of cost, indirect_cost, and salary_cost.
  - `net_cost` string, required — Final cost after subsidies, calculated as gross_cost minus subsidized_cost.
  - `completed_attendances_count` integer, required — Number of completed session attendances in this group.
  - `total_attendances_count` integer, required — Total number of session attendances expected in this group.
  - `payment_status` 'paid' | 'pending' — Payment status of the cost of training class.
  - `currency` string, required — Currency of the training class
  - `created_at` string, required — Date and time when the training class was created

---

[API](https://skmtc.dev/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.dev/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
