Remove tags from a chat. This operation is idempotent, removing tags multiple times will be ignored.post {protocol}://{base-url}/ai/api/v1/chats/{chat_id}/tags/removePath Paramschat_idstringrequiredBody ParamsTagsADD stringResponses 200Successful Response 401Authentication required. No valid session cookie or bearer token provided, or authentication failed. 422Validation Error 500Internal server error during request processing.Updated about 2 months ago