## delete()


Delete a resource by its ID.


Usage


``` python
delete(id)
```


## Parameters


`id: int`  
The identifier of the resource to delete.


## Returns


`bool`  
True if the resource was deleted.


## Examples

``` python
>>> delete(1)
```

True
