aspects
Delete aspect related links
Deletes all the related links of the specified aspect.
delete/aspects/{key}/relatedLinks
Path parameters
keystring required
The id or name of the aspect for which all the related links need to be deleted.
Response
Success, returns the updated aspect.
Example response
{
"criticalRange": [
1,
7
],
"warningRange": [
1,
7
],
"infoRange": [
1,
7
],
"okRange": [
1,
7
]
}