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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the agent to delete
Successful Response
The response is of type object
.