Deletes the form with the given id
Future<void> deleteForm(int id) async { await _delete('/api/form/$id'); }