Cancel an existing order. Only orders in PLACED or APPROVED status can be cancelled.Note: Cancelled orders are marked with CANCELLED status rather than being deleted, preserving the order history for audit purposes.
Request
Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
OAuth 2.0
Authorization Code
deviceCode
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.