Skip to main content

Delete Palmprint

1. Interface Description

Interface request domain: open.intl.palm.tencent.com Interface description: Delete the palmprint information of a specified user. Default interface request rate limit: 20 times/second

2. Input Parameters

Parameter NameRequiredTypeDescription
UserIdYesStringUser unique identifier.
PalmDirectionListYesArray of PalmDirectionTypeList of palm directions. Can pass both left and right hands, or just left or right hand.

3. Output Parameters

None

4. Example

Input Example

POST /palm/openai/delete_palm HTTP/1.1
Host: open.intl.palm.tencent.com
Content-Type: application/json; charset=utf-8
Authorization: ak_*********************************

{
"UserId": "user001",
"PalmDirectionList": [1, 2]
}

Output Example

{
"code": 0,
"message": "ok",
"requestId": "4d5912a82af144f8a982c2da031c1035",
"data": {

}
}