deleteReason

delete

/ccadmin/v1/reasons

Delete Reason. Delete the reason item with the given reason type and id.

Request

Supported Media Types
  • application/json
Query Parameters
id
Type: string
Required: true
id of the reason to be updated.
type
Type: string
Required: true
type of the reason valid values are cancelReasons, priceOverrideReasons, returnReasons and returnItemDisposition

Response

Supported Media Types
  • application/json
200 Response
Following model is returned when operation succeeds.
Default Response
The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |200212|Error while deleting the reason| |200214|Reason id is required.| |200213|Invalid reason type passed.|
Body
Root Schema : errorModel
Type: object
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Nested Schema : items
Type: object