Im looking for an example request to the api (idealy a postman example) that can delete multiple opportunity products in a single request / get a response for each record deleted.
I have only seen basic delete for single records e.g.
DELETE [Organization URI]/api/data/v9.0/opportunityproduct(00000000-0000-0000-0000-000000000001) HTTP/1.1
Content-Type: application/json
OData-MaxVersion: 4.0
OData-Version: 4.0
Is it possible to delete multiple records at a time via the webapi?