Delete an order item
Order Item
Delete Order Item
Deletes an existing Order Item by its Salesforce Id. The Id is taken from the URL path.
DELETE
Delete an order item
Authorizations
Salesforce session ID (or OAuth 2.0 access token issued by the Salesforce org) supplied as Authorization: Bearer <token>. Obtain via the Salesforce OAuth 2.0 flows or the SOAP login API.
Path Parameters
Salesforce Id of the Order Item to delete.
Example:
"8025g00000ItemAbAAA"
Response
Order item deleted.
Common envelope returned by every endpoint. Concrete responses extend this shape with operation-specific fields.

