Deletes the simple page with the given id
Future<void> deleteSimplePage(int id) async { await _delete('/api/simple-page/$id'); }