Delete a specific field meeting specific conditions from an object in a collection

I have searched the web for possible solutions. Basically a field needs to be deleted where the id of an object in an array of objects meets a specific condition.

As a newbie to Mongodb I am not sure where exactly to look for relevant examples.

I want to delete the object where id = 0. The language used will be Javascript.

Not quite sure how to go about it though.

enter image description here