Skip to main content

Bulk Delete Warehouse Transfers

DELETE 

/api/warehouses/transfers

Deletes multiple warehouse transfers, reversing their inventory movements. Provide either ids (array of transfer IDs) or apply_to_all=true with an optional filters object.

Required scope: warehouses:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Returns 400 when received stock from a transfer has already been consumed downstream.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type