v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBworkspaces
Delete workspace tenant
Permanently deletes a workspace and ALL its resources (agents, functions, sandboxes, volumes, etc.). This action cannot be undone. Only workspace admins can delete a workspace.
delete/workspaces/{workspaceName}
Path parameters
workspaceNamestring required
Name of the workspace
Response
successful operation
Example response
{
"displayName": "My Workspace",
"groupMappings": [
{
"groupName": "Engineering",
"role": "admin"
}
],
"name": "my-workspace",
"region": "us-west-2",
"runtime": {
"generation": "mk3"
},
"status": "ready"
}