Skip to main content

Delete Orders

POST 

/api/magento1/instances/:integrationInstance/orders/bulk-delete

Permanently delete Magento 1 orders from SKU.io (the mirror records), cascading to any linked SKU sales order + order items. This does NOT delete anything in the Magento 1 store. Distinct from Delete SKU Orders, which only unlinks.

Body: ids (integer array) OR apply_to_all: true to delete EVERY order for the instance (the "All Filtered" scope). Deletes >1 order via a tracked background job (returns tracked_job_log_id); a single order deletes synchronously.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type