For the complete documentation index, see llms.txt. This page is also available as Markdown.

Archive Workspace

Archive a workspace in your organization.

Any user whose current workspace is the one being archived is silently reassigned to another workspace they belong to (or none, if they have no other workspace).

delete
/workspaces/{workspace_id}
Authorizations
AuthorizationstringRequired

A Personal Access Token (PAT).

Path parameters
workspace_idstringRequired
Responses
204

Successful Response

No content

delete/workspaces/{workspace_id}
curl -L -X DELETE https://api-external.zenlytic.com/api/v2/workspaces/<workspace_id> \
  -H 'Authorization: Bearer YOUR_TOKEN'

No content

Last updated

Was this helpful?