Skip to content

Commit bf0ebf3

Browse files
author
OpenRouter SDK Bot
committed
chore: update OpenAPI spec [sdk-bot]
1 parent 315f78b commit bf0ebf3

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.speakeasy/in.openapi.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38065,7 +38065,7 @@ paths:
3806538065
x-speakeasy-name-override: 'create'
3806638066
/workspaces/{id}:
3806738067
delete:
38068-
description: 'Delete an existing workspace. Workspaces with active API keys cannot be deleted; remove the keys first. Deleting the default workspace is not yet generally available; callers not enabled for it receive a 403 while the capability rolls out. When permitted, it requires `confirm_default_settings_deletion=true` and additionally disables the account’s unscoped inference API keys; management (provisioning) keys are retained. Deleting any workspace permanently deletes its budgets and guardrails and disables its classifiers and broadcast destinations. [Management key](/docs/guides/overview/auth/management-api-keys) required.'
38068+
description: 'Delete an existing workspace. Workspaces with active API keys cannot be deleted; remove the keys first. Deleting the default workspace is not yet generally available; callers not enabled for it receive a 403 while the capability rolls out. Deleting any workspace permanently deletes its budgets and guardrails and disables its classifiers and broadcast destinations. [Management key](/docs/guides/overview/auth/management-api-keys) required.'
3806938069
operationId: 'deleteWorkspace'
3807038070
parameters:
3807138071
- description: 'The workspace ID (UUID) or slug'
@@ -38077,18 +38077,6 @@ paths:
3807738077
example: 'production'
3807838078
minLength: 1
3807938079
type: 'string'
38080-
- description: 'Required to delete the default workspace (not yet generally available; callers not enabled for it receive a 403 while the capability rolls out). Deleting it permanently disables the account’s unscoped inference API keys (management/provisioning keys are retained) and its budgets, guardrails, classifiers, and broadcast destinations. Ignored for non-default workspaces.'
38081-
in: 'query'
38082-
name: 'confirm_default_settings_deletion'
38083-
required: false
38084-
schema:
38085-
description: 'Required to delete the default workspace (not yet generally available; callers not enabled for it receive a 403 while the capability rolls out). Deleting it permanently disables the account’s unscoped inference API keys (management/provisioning keys are retained) and its budgets, guardrails, classifiers, and broadcast destinations. Ignored for non-default workspaces.'
38086-
enum:
38087-
- 'true'
38088-
- 'false'
38089-
example: 'false'
38090-
type: 'string'
38091-
x-openrouter-type: 'boolean'
3809238080
responses:
3809338081
'200':
3809438082
content:

0 commit comments

Comments
 (0)