curl --request DELETE \
--url https://api.open.cx/training/{id} \
--header 'Authorization: Bearer <token>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}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>'{
"statusCode": 123,
"message": "<string>",
"error": "<string>"
}Was this page helpful?