Delete SKU Order
DELETE/api/magento1/instances/:integrationInstance/orders/:order/sku-order
Deletes the SKU.io sales order linked to a single Magento 1 order (the Magento 1 order is kept). Optionally archives the Magento 1 order afterwards via the archive_magento1_order query flag. Returns 403 if the order does not belong to the instance, 404 if no SKU order is linked.
Authentication: Requires Bearer token.
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden
Not Found
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.