DELETE
/v1.0/devices/{corpId}/bulkDeleteLabelsDestructiveThis gives user the ability to bulk delete all labels at the line level. This endpoint cannot be accessed by scope org_mediacenter and readonly users.
Parameters
corpIdpathstringrequiredDevice Group
Device LabelsbodyobjectrequiredDevice Labels
cURL
curl -X DELETE "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/devices/NORTHSTAR-ISD/bulkDeleteLabels" \
-H "Authorization: Bearer $SENTINEL_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"example": true,
"corpId": "NORTHSTAR-ISD"
}'