Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Custom training deleted successfully
curl --request DELETE \
--url https://api.open.cx/training/{id} \
--header 'Authorization: Bearer <token>'This response does not have an example.Delete an existing custom training entry identified by its ID. This permanently removes the training data from your organization’s configuration.
curl --request DELETE \
--url https://api.open.cx/training/{id} \
--header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Custom training deleted successfully
Was this page helpful?