## FullClient.delete()


Send a DELETE request.


Usage


``` python
FullClient.delete(path)
```


## Parameters


`path: str`  
Request path.


## Returns


`bool`  
True if successful.
