SpacesController.Trash Method
- Namespace:
- Weavy.Web.Api.Controllers
- Assembly:
- Weavy.Web.dll
Trash(int)
Trashes the Space with the specified id.
public Space Trash(int id)
Parameters
- id
- int
Id of the space to trash.
Returns
Space
Returns the trashed space.