Delete a stress test resource by ID.
Usage
stress_delete(id)
id: int
The identifier of the resource to delete.
bool
True if the resource was deleted successfully.
>>> stress_delete(1) True