Delete a stock location
Soft-deletes the stock location (sets deleted_at). Existing
fulfillments that referenced it keep the historical record via
Spree::StockLocation.with_deleted.
Required scope: write_settings (for API-key authentication).
DELETE
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Headers
Bearer token for admin authentication
Path Parameters
Stock location ID
Response
204
stock location deleted
Spree Admin SDK

