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
message
id
The ID of the deleted resource.
deleted_at
The timestamp when the resource was deleted.
Errors
422
Unprocessable Entity Error