Delete a Store Area
DELETE/v1/store_areas/:id
Permanently deletes the Store Area. The Stores that referenced it are never deleted: pass migrateToStoreAreaId to reassign them to another Store Area, or omit it to leave them without one (their storeAreaId becomes null).
Call GET /v1/stores?storeAreaId={id} first to list the Stores this operation will affect.
Request
Responses
- 204
- 400
- 404
The Store Area has been deleted.
The request was unacceptable, often due to missing a required parameter.
The requested resource doesn’t exist.