---
title: "Delete Employee Training Record"
method: DELETE
path: "/api/v1/training/record/{employeeTrainingRecordId}"
tags: ["Training", "Public API"]
---

# Delete Employee Training Record

`DELETE /api/v1/training/record/{employeeTrainingRecordId}`

Delete an existing employee training record. The authenticated caller must have permission to view and edit the employee and training type.

OAuth Scopes: training.write

## Path parameters

- `employeeTrainingRecordId` integer, required

## Response `200`

Deleted successfully. No response body.

## Other responses

- `401` — Unauthorized. Invalid API credentials.
- `403` — Insufficient user permissions or API access is not turned on.
- `404` — Bad request url or training record does not exist.
- `405` — Unable to delete training record.

---

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