Farmware: Delete Points and Sync

Aloha Folks,

Is it possible to delete points and sync from within a Farmware?

from farmware_tools import device, app

point_id = 1234
app.delete('points', point_id)

device.sync()

Wonderful, thank you.