Delete Reporting Hierarchy Relationships
post
/config/sim/v1/hierarchy/locations/deleteReportingHierarchyRelationships
Removes location from the given reporting hierarchy.
Request
Supported Media Types
- application/json
- multipart/form-data
Request body for removing location from a reporting hierarchy
Root Schema : schema
Type:
Show Source
object
-
locRef(required):
string
The unique reference for the reporting locationExample:
locRef1
-
reportingHierarchyName(required):
string
The name of reporting hierarchy from where the location is to be removed.Example:
TestReportingHierarhy
Response
Supported Media Types
- application/json
200 Response
Message indicating the location has been removed.
Root Schema : schema
Type:
Show Source
object
-
msg:
string
Example:
Removed the location from the reporting hierarchy.