Delete Location Profile
Deletes the Location Profile identified by the id and profile_id path parameters, along
with its revisions, match clauses and materialized membership.
A profile that any Slotting Rule, Replenishment Policy, or published Replenishment result
still references cannot be deleted. The request is refused with 422 and stable
used_by.slotting_rules, used_by.replenishment_policies, and
used_by.published_replenishment_results details reporting how many of each stand in the way.
Remove live Rule and Policy references;
after a Policy moves away, the Warehouse Replenishment index must publish again before its
previous result rows release the profile. There is no force or cascade variant.
Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.
Path Parameters
The id of the referenced Warehouse.
The id of the referenced LocationProfile.
Response
OK - The operation completed successfully and there is no response body.