Skip to content

Delete Training Config

Permanently delete a training configuration. This is a hard delete and cannot be undone. The authenticated user must have ADMIN permissions.

Parameters

name * are required parametersdata typedescription
trainingId*stringThe unique identifier of the training config to delete

Return Value

json
{
  "statusCode": 201,
  "data": null,
  "message": "Successfully deleted the training"
}

Error Codes

  • 400 Bad Request: Returned when parameters are invalid.
  • 401 Unauthorized: Returned when permissions are insufficient.

Examples

bash
curl -X DELETE "https://app.wombat.software/api/{targetPath}/training/:trainingId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..."

ENDPOINTS

delete/api/{targetPath}/training/:trainingId