listStaticSegmentDel(string apikey, string id, int seg_id)
Delete a static segment. Note that this will, of course, remove any member affiliations with the segment
| Section | List Related |
|---|
| Parameters | |
|---|---|
| apikey | a valid API Key for your user account. Get by visiting your API dashboard |
| id | the list id to connect to. Get by calling lists() |
| seg_id | the id of the static segment to delete - get from listStaticSegments() |
| Returns | |
|---|---|
| bool | true if it worked, otherwise an error is thrown. |