Version: 202201
Delete Order Risk
DELETE/openapi/2022-01/orders/:order_id/risks/:id
Removes a single custom risk record from the order by its id. The order itself is not affected; other risk records on the same order remain.
Request
Path Parameters
order_id stringrequired
Order's ID
id stringrequired
Risk's ID
Responses
- 200
- 404
- 422
200
- application/json
No schema
404
- application/json
- Schema
- Example
- Result
Schema
errorsstring[]
{
"errors": [
"Unable to find resource"
]
}
{
"errors": [
"Unable to find resource"
]
}
422
- application/json
- Schema
- Example
- Result
Schema
errorsstring[]
{
"errors": [
"ID format error"
]
}
{
"errors": [
"ID format error"
]
}