UBIK Agent will launch soon, join the waitlist to get access!
English
Python
import requests url = "https://app.ubik-agent.com/api/v1/workspaces/{workspace_id}/documents/{document_id}" headers = {"X-API-KEY": "<api-key>"} response = requests.delete(url, headers=headers) print(response.text)
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Removes a document’s association from a specific workspace without deleting the document itself.
The unique identifier of the workspace.
The unique identifier of the document.
Successful Response
Was this page helpful?