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