cURL
Agents
Delete Agent by ID
This endpoint deletes an agent by its identifier. Once deleted, the agent can no longer be used in threads.
DELETE
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Example:
"base"
Path Parameters
The identifier of the agent associated with the context.
Example:
"12345678-90ab-cdef-gh12-34567890abc"
Response
Agent deleted successfully.