Jetstream API
...
API Endpoints
Device Configuration

Delete a Device

5min

About

Remove a device from your Jetstream application. The device will no longer publish events and will no longer receive commands.

Parameters

Property

Location

Details

AccessKey

string Required Unique

Header

The access key for your user account.

This value is a 36-character GUID provided during user account sign up.

Name

string Required Unique

URL

The name of the device.

This value has a max length of 128 ASCII characters.

This value must adhere to this regular expression: ^[a-zA-Z0-9-_]*$

Example

Request URL

DELETE https://api.jetstreamrfid.com/2/devices/{Device Name}

Request Body

None Required

Response Code

204 No Content

Response Body

None Returned

Version Changes

Replaces RemoveLogicalDevice