Trainings
Delete Training
Delete a specific training data entry for a voice agent
DELETE
Delete Training
Delete a specific training data entry for a voice agent. This action is irreversible and will permanently remove the training instructions from the agent.Endpoint
Path parameters
string
required
The unique identifier of the voice agent.
string
required
The unique identifier of the training to delete. You can find this by listing the agent’s trainings first.
Request headers
string
required
Bearer token for authentication. Format:
Bearer talq_your_environment_token_hereExample requests
Response
Success Response (200 OK)
Response fields
boolean
required
Indicates if the operation was successful.
string
required
Success message confirming the training was deleted.
Error responses
404 Not Found
401 Unauthorized
403 Forbidden
500 Server Error
Error codes
Important notes
Agent status will be set to draft. After deleting training, the agent will be automatically set to “draft” status and will need to be published again to become active.
No confirmation required. The deletion happens immediately without additional confirmation steps.
Related endpoints
- List Trainings:
GET /api/v1/agents/{agent_id}/trainings - Create/Update Training:
POST /api/v1/agents/{agent_id}/trainings - Get Agent:
GET /api/v1/agents/{agent_id} - Publish Agent:
POST /api/v1/agents/{agent_id}/publish