/agents
Delete Agent
Delete a given Agent
. This is an irreversible operation.
Note: Datastores
which are associated with the Agent
will not be deleted, even if no other Agent
is using them. To delete a Datastore
, use the DELETE /datastores/{datastore_id}
API.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the agent to delete
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?