/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/agents/{agent_id}

Path parameters

agent_idstring uuid required

ID of the agent to delete

ID of the agent to delete

Response

Successful Response

EmptyResponse required

Changes