Deletes the form item in the given form at the given position
Future<void> deleteFormItem(int formId, int position) async { await _delete('/api/form/$formId/item/$position'); }