Skip to main content

Delete SKU Order from Faire 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.

Path Parameters:

  • integrationInstance — The ID of the integration instance
  • order — The internal Faire order ID (faire_orders.id)

Query Parameters:

  • archive_faire_order (optional, boolean) — When true, archives the Faire order after deleting its linked SKU sales order. Defaults to false.

Response Fields:

  • message — Human-readable result
  • archived_faire_ordertrue if the Faire order was archived as part of this call

Errors:

  • 404 when the Faire order has no linked SKU sales order

Request

Responses

Successful response