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}" headers = {"X-API-KEY": "<api-key>"} response = requests.delete(url, headers=headers) print(response.text)
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Deletes a workspace, provided the user is the owner.
The unique identifier of the workspace.
Successful Response
Was this page helpful?