forked from open-webui/open-webui
		
	fix: delete shared chat by id
This commit is contained in:
		
							parent
							
								
									6c0e3972dc
								
							
						
					
					
						commit
						49428eb7ef
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -285,7 +285,7 @@ export const shareChatById = async (token: string, id: string) => { | ||||||
| export const deleteSharedChatById = async (token: string, id: string) => { | export const deleteSharedChatById = async (token: string, id: string) => { | ||||||
| 	let error = null; | 	let error = null; | ||||||
| 
 | 
 | ||||||
| 	const res = await fetch(`${WEBUI_API_BASE_URL}/chats/${id}`, { | 	const res = await fetch(`${WEBUI_API_BASE_URL}/chats/${id}/share`, { | ||||||
| 		method: 'DELETE', | 		method: 'DELETE', | ||||||
| 		headers: { | 		headers: { | ||||||
| 			Accept: 'application/json', | 			Accept: 'application/json', | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek