DELETE Workspace
DELETE/workspaces/:workspaceId
DELETE Workspace
Request
Path Parameters
workspaceId uuidrequired
Responses
- 204
- 400
- 500
Workspace deleted.
- application/json
- Schema
- Example (from schema)
Schema
workspaceId uuidrequired
displayName stringrequired
createdAt date-timerequired
createdBy uuidrequired
state int32required
Possible values: [Enabled
, Disabled
]
isInitial booleanrequired
stateChangeReason int32
Possible values: [Manual
, TrialExpiration
, SubscriptionAssigned
, SubscriptionEnabled
, SubscriptionExpiration
, WorkspaceDeletion
]
workspaceDefaultStorage
object
required
subscriptionId stringrequired
resourceGroupName stringrequired
storageAccountName stringrequired
{
"workspaceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"displayName": "string",
"createdAt": "2024-11-11T15:00:26.613Z",
"createdBy": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"state": "Enabled",
"isInitial": true,
"stateChangeReason": "Manual",
"workspaceDefaultStorage": {
"subscriptionId": "string",
"resourceGroupName": "string",
"storageAccountName": "string"
}
}
Validation error.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal error.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Loading...