Jetstream API
...
API Endpoints
Alias Configuration

Delete an Alias

5min

About

Remove an alias from your Jetstream application. Devices will no longer be able to assume the alias.

Parameters

Property

Location

Details

AccessKey

string Required Unique

Header

The access key for your user account.

This value is a 36-character GUID provided in your user profile.

AliasName

string Required Unique

URL

The name of the alias.

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/3/aliases/{Alias Name}

Request Body

None Required

Response Code

204 No Content

Response Body

None Returned

Version Changes

None – this is a new endpoint.