Skip to content

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
JSON
{
  
"token": "string"
}

Responses

NFC card unassigned successfully

application/json
JSON
{
  
"code": "string",
  
"msg": "string"
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI