## stress_delete()


Delete a stress test resource by ID.


Usage


``` python
stress_delete(id)
```


## Parameters


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


## Returns


`bool`  
True if the resource was deleted successfully.


## Examples


``` python
    >>> stress_delete(1)
```

    True
