Delete an Agent by its ID

delete/bots/{agentId}

Delete an agent. Deleting an agent does not automatically delete the catalog content introduced by the agent.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
agentId
string
true

The ID of the Agent.

Responses

StatusMeaningDescription
204No Content

The request succeeded.

400Bad Request

Bad request (the request is not well-formed).

Schema
401Unauthorized

Not authenticated.

Schema
403Forbidden

The user does not have permission to complete this request.

Schema
500Internal Server Error

The Catalog service encountered an error.

Schema