Delete Linked Sales Order
DELETE/api/faire/instances/:integrationInstance/orders/:order/sku-order
Deletes the linked SKU.io sales order for a single Faire order while keeping the Faire order itself intact. Optionally archives the Faire order in the same call to prevent re-creation on the next sync.
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Path Parameters:
integrationInstance— The ID of the integration instanceorder— The internal Faire order ID (faire_orders.id)
Query Parameters:
archive_faire_order(optional, boolean) — Whentrue, archives the Faire order after deleting its linked SKU sales order. Defaults tofalse.
Response Fields:
message— Human-readable resultarchived_faire_order—trueif the Faire order was archived as part of this call
Errors:
404when the Faire order has no linked SKU sales order
Request
Responses
- 200
- 401
- 403
- 404
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Not Found
Response Headers
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.