Disconnect all device channels

Disconnects all connected device channels

SecurityC2COAuth2
Request
header Parameters
x-client-version
string
Default: 0.0.0

Firmware or software version of a C2C integration. Will be used to determine the correct Device Model configuration for the device when multiple are available. Must be a valid semantic version.

For more on semantic versions, see here: https://semver.org/

Example: 2.16.4
Responses
204

OK

401

Unauthorized response

post/v2/devices/channels/disconnect
Request samples
Response samples
application/json
{
  • "code": 401,
  • "errors": [
    ],
  • "message": "Not Authorized"
}