# Delete

`DELETE /api/2.0/clean-rooms/{name}`

Delete a clean room. After deletion, the clean room will be removed from the metastore.
 If the other collaborators have not deleted the clean room, they will still have the clean room
 in their metastore, but it will be in a DELETED state
 and no operations other than deletion can be performed on it.

API scopes: cleanrooms

## Path parameters

- `name` (string, optional)
  Name of the clean room.

## Response

```json
{}
```

