Delete workspace
Delete a workspace.
This marks the workspace for deletion and returns immediately. The workspace
will no longer be accessible via the API. An asynchronous cleanup controller
will handle deletion of all entities and external resources.
Role bindings are immediately deleted to revoke access.
Example:
```
DELETE /apis/entities/v2/workspaces/ml-team
```
Path parameters
name
Response
Successful Response
id
The ID of the deleted resource.
message
Errors
422
Unprocessable Entity Error