Delete an AI Assistant
Soft-delete an AI assistant by ID.
Endpoint
DELETE/ai-assistants/:id
Request
Response
json
Restore a Deleted Assistant
If your account can access deleted records, restore an assistant with:
Duplicate an Assistant
There is no separate duplicate endpoint. To duplicate an assistant through the API:
- Retrieve the assistant with
GET /ai-assistants/:id. - Remove read-only fields such as
id,created_by_user_id,created_at,updated_at, anddeleted_at. - Change the
name. - Create a new assistant with
POST /ai-assistants.
Report an issue with this documentation
Please log in to report issues with our documentation.