FulfillmentFulfillment delegations

Delete Fulfillment Delegation

Delete a fulfillment delegation by ID

Warning: This permanently deletes the fulfillment delegation and all associated data including charges, invoices, fulfillment orders, and shipments for this merchant relationship. This action cannot be undone.

DELETE
/shipos/fulfillment-delegations/{fulfillment_delegation_id}
x-access-token<token>

In: header

Path Parameters

fulfillment_delegation_id*string

The ID of the fulfillment delegation to delete

Query Parameters

reason*string

Reason for deletion (required for audit logging)

export_archive?boolean
export_email?string
preserve_stock?boolean

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/shipos/fulfillment-delegations/string?reason=string"
Empty