Unassigne Devices from Alert
PUT/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. |
Request
Responses
- 200
OK