Delete Order Risk

Allows merchants to remove a specific risk entry associated with an order.

🔒

Requires write_order access scope. More access scope

The Delete Order Risk API allows merchants to remove a specific risk entry associated with an order. This is particularly useful when a risk has been mitigated or deemed no longer relevant.

This API is especially useful for:

  1. Cleaning up outdated or resolved risks from the system.
  2. Managing risks dynamically as the status of orders changes.
  3. Improving the accuracy of order risk assessments.

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
order_idstringYesThe unique ID of the order.19653511576161
idstringYesThe unique ID of the risk entry.54648070439338

Response Explanation

Public Response Parameters

📘

Successful Response

ParameterTypeExampleDescription
codestring"success"Status code of the API response
messagestring"Order retrieved successfully"Descriptive message about the response
dataobject

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!