delete
Deletes an existing device.
Request
HTTP Request
DELETE /device/{id}
Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
id | Yes | string | Device unique identifier. |
Authorization
Access JSON Web Token (RegisterDevice)
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns an empty response body.
Updated less than a minute ago