Skip to content
UniFi Access API Docs
Search
K
Main Navigation
Detailed Docs
API Quick Search
Usage
English
繁體中文
English
繁體中文
Appearance
Menu
Return to top
Unassign NFC Card from Visitor
PUT
/api/v1/developer/visitors/{id}/nfc_cards/delete
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
id
*
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"token"
:
"string"
}
Responses
200
400
401
403
NFC card unassigned successfully
Content-Type
application/json
Schema
JSON
JSON
{
"code"
:
"string"
,
"msg"
:
"string"
}
PUT
/api/v1/developer/visitors/{id}/nfc_cards/delete
Playground
Server
Select a server...
Authorization
bearerAuth
Variables
Key
Value
id
*
Body
Try it out
Samples
Powered by
VitePress OpenAPI