# Delete

Launch stage: GA

`DELETE /api/2.0/clean-rooms/{clean_room_name}/assets/{asset_type}/{name}`

Delete a clean room asset - unshare/remove the asset from the clean room

API scopes: cleanrooms

## Path parameters

- `clean_room_name` (string, optional)
  Name of the clean room.
- `asset_type` (string, optional)
  The type of the asset.
  Possible values: `ASSET_TYPE_UNSPECIFIED`, `TABLE`, `NOTEBOOK_FILE`, `VOLUME`, `VIEW`, `FOREIGN_TABLE`, `JAR_ANALYSIS`
- `name` (string, optional)
  The fully qualified name of the asset, it is same as the name field in CleanRoomAsset.

## Response

```json
{}
```

