Skip to main content

Bulk Delete Warehouses

DELETE 

/api/warehouses

Deletes multiple warehouses. Provide either ids (array of warehouse IDs) or apply_to_all=true with an optional filters object. Warehouses referenced by other records are skipped and counted in failCount. Use Check Warehouses Deletable first to verify which records can be removed.

Required scope: warehouses:write

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

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type