DELETE devices/{deviceId}
Deletes a Device.
Remarks
C4M Error Code returned:
null Device has been deleted successfully.
DeviceNotFound The requested device does not exist on this environment.
403 - Forbidden The authenticated user doesn't have permission to access the resource.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
deviceId | Device identifier. |
Define this parameter in the request URI. |
Response Information
Operation result.
Response body formats
application/json, text/json
Sample:
{ "error": null }