v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBTrainings > TrainingClass
Deletes a Training class
Deletes a Training class
delete/api/2026-07-01/resources/trainings/training_classes/{id}
Path parameters
idstring required
Identifier of the training class to delete
Response
OK
Example response
{
"id": "1",
"training_id": "1",
"name": "Edition 25",
"description": "This is the group for the year 2025 edition",
"start_date": "2025-03-24",
"end_date": "2025-03-28",
"cost": "100.0",
"indirect_cost": "30.0",
"salary_cost": "60.0",
"subsidized_cost": "50.0",
"gross_cost": "190.0",
"net_cost": "140.0",
"completed_attendances_count": 10,
"total_attendances_count": 15,
"payment_status": "pending",
"currency": "EUR",
"created_at": "2025-03-24T10:00:00.000Z"
}