Skip to main content

Delete Warehouse Transfer Receipt

DELETE 

/api/warehouses/transfers/:transfer/receipts/:receipt

Deletes a receipt from the warehouse transfer, removing the received stock from the destination warehouse.

Required scope: warehouses:write

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

Returns 422 when the received stock has already been consumed downstream; the response lists the blocking lines. Returns 400 when the transfer is not open.

Authentication: Requires Bearer token.

Request

Responses

Created

Response Headers
    Content-Type