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.

HTTP Status returned:
  • 403 - Forbidden

    The authenticated user doesn't have permission to access the resource.

Request Information

Parameters

NameDescriptionAdditional 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
}