deleteReason

delete

/ccadmin/v1/reasons

Delete Reason. Delete the reason item with the given reason type and id. eg. /ccadmin/v1/reasons?type=priceOverrideReasons&id=agentPriceOverride

Request

Supported Media Types
Query Parameters
  • id of the reason to be updated.
  • type of the reason valid values are appeasementReason, cancelReasons, priceOverrideReasons, returnReasons and returnItemDisposition
Back to Top

Response

Supported Media Types

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
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top