Training
Public API
Delete Employee Training Record
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
delete/api/v1/training/record/{employeeTrainingRecordId}
Path parameters
employeeTrainingRecordIdinteger required
The ID of the training record to delete.
Response
Deleted successfully. No response body.
Changes
No recorded changes to this endpoint across all 1 revision of this API.