Delete a Transaction Line

delete

/rest/v7/commerceDocuments{ProcessVarName}{MainDocVarName}/{_id}/{subDocVarName}/{subDocNumber}

Delete a particular transaction line item

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

Default Response

No content. This task does not return elements in the response body.
Back to Top

Examples

The following example shows how to delete a particular line item from a Transaction by submitting a DELETE request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl -X DELETE -i -H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg"
https://sitename.oracle.com/rest/v7/commerceDocumentsOraclecpqoTransaction/36365444/transactionLine/2
Back to Top