cURL
curl --request PUT \ --url https://api.contextual.ai/v1/agents/{agent_id}/reset \ --header 'Authorization: Bearer <token>'
{}
Reset a given Agent to default configuration.
Agent
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the agent to reset
Successful Response
The response is of type object.
object
Was this page helpful?