# Delete Global Trade Items Delete multiple Global Trade Items by GTIN. Endpoint: POST /globaltradeitems/delete Version: 1 Security: apiKey ## Request fields (application/json): - `globalTradeItems` (array, required) List of Global Trade Items to be deleted. - `globalTradeItems.gtin` (string, required) A 13 digit Global Trade Item Number that uniquely identifies the item Example: "5099206081901" ## Response 200 fields (application/json): - `results` (array) List of Global Trade Items that have been deleted. - `results.globalTradeItem` (object) Deletion of a single Global Trade Item. - `results.globalTradeItem.gtin` (string, required) A 13 digit Global Trade Item Number that uniquely identifies the item Example: "5099206081901" - `results.status` (string) Status of the delete operation: * OK - the GlobalTradeItem has been deleted * NOT_FOUND - the GlobalTradeItem is not found Example: "OK"