Unassigne Devices from Alert
PUT {{baseUrl}}/v1/alert/:alertUid/unassign
Unassign alert from devices by alertUid
.
Parameters
Field | Type | Required | Description |
---|---|---|---|
alertUid | string | required | Unique Alert Identification |
Body
Field | Type | Required | Description |
---|---|---|---|
alertUid | string | required | Unique Alert Identification |
deviceIdentityHashes | array | required | Array of deviceUids that will be unassigned from this alert. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}