Jetstream API
...
API Endpoints
Device Configuration
Delete Device Credentials
6min
about remove credentials from the access control list of the specified device the credentials are not removed from the device until a sync device credentials docid\ l7ik ra1wcy3phhm0fwqs call is initiated to delete all credentials currently on a device without having to specify each credential, simply send a modify device credentials docid\ j3ncv3riuibv506 jobzd command with an empty array certain programming languages, like java, may not be able to send a delete with a body if you find this to be the case, simply use the patch verb instead of delete when deleting credentials 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 getting started docid\ bbifqiuixnd5iafmrebbi devicename 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 , ] $ credentials array(string) required body request response the 10 40 digit hexadecimal rfid values of the access passes that this device should add to its access control list note this is not the 6 digit id printed on the back of the access pass that number is simply for visual identification example request url delete https //api jetstreamrfid com/3/devices/{device name}/credentials/basic request body \[ "mybasiccredentials1 value", "mybasiccredentials2 value", "mybasiccredentials3 value" ] response code 204 no content response body none returned version changes a combination of this endpoint and the sync device credentials docid\ l7ik ra1wcy3phhm0fwqs endpoint replaces the add and/or remove passes endpoint – specifically, the remove passes part