In this article
Delete an entire access control list
TODO
URL
https://{{HOST}}/security/device/{deviceId}/permissions?v={version}
Method
DELETE
Required IMS Scopes
T* securityapi_all
Versions Supported
- 2.0 (Default)
URL Path Parameters
|Name|Description|Type|
|deviceId|The ID of the device.|string|
URL Query Parameters
| Name | Description | Example | Type |
|---|---|---|---|
| v optional |
Version of the api to use | /device?v=2.0 | number |
Request Header Parameters
| Type | Value | Description |
|---|---|---|
| Authorization required |
Bearer {access_token} | IMS access token |
Example
Request
curl -X DELETE
'https://{{HOST}}/securityapi/device/{testDevice}/permissions?v=2.0'
-H 'Authorization: Bearer {access_token}'
Response
TODO JSON Response
Errors
| Error | Description |
|---|---|
| Error Name | Description of Error |
Response Body Parameters
| Name | Description | Schema |
|---|---|---|
| Object Name | Description | object definition |