InventoryLocation types

Delete Location Type

Delete a location type by ID

Note: Location types can only be deleted if they:

  • Are not being used by any locations
DELETE
/shipos/location-types/{location_type_id}
x-access-token<token>

In: header

Path Parameters

location_type_id*string

The ID of the location type to delete

Response Body

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/shipos/location-types/string"
Empty