Delete an item
Delete an item using the Phosphor API.
warning
Deleting an item is a permanent operation.
Issue a DELETE request to the items endpoint to delete an item.
DELETE https://admin-api.phosphor.xyz/v1/items/{item_id}
The response returns a 204 status code if the deletion was successful.