Delete multiple inventory items

Deletes multiple inventory items in a single request. Add a query string with the parameter itemIds and a comma-separated list of one or more itemId values.

Use this example to create a request to delete three items:
{merchantId}/items?itemIds={itemId},{itemId},{itemId}

Language
Authorization
Bearer
Click Try It! to start a request and see the response here!