Deletes the segment page
Future<void> deleteSegmentPage(int id) async { await _delete('/api/segment-page/$id'); }