Cancel an automated order

This endpoint allows partners to cancel an automated order for a user, if the order was not executed yet.

SecuritybearerAuth
Request
path Parameters
orderID
required
string <uuid>

A string parameter representing the unique identifier of the automated order to be cancelled. This ID should be included in the path of the request URL.

header Parameters
bp-user-id
required
string <uuid>

User ID

Responses
204

Success Response (order has been cancelled)

400

Error

401

Unauthorized

403

Account is inactive

404

Not Found

405

Not Allowed

500

Error

503

Maintenance or Service unavailable

delete/v1/orders/{orderID}
Request samples
Response samples
application/json
{
  • "errors": [
    ]
}