Skip to main content
DELETE
Delete an order item

Authorizations

Authorization
string
header
required

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

id
string
required

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.

success
boolean

true when the request completed without errors.

errors
string[]

Populated with one or more error messages when success is false.

id
string

Salesforce Id of the Order Item that was deleted.