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 Name | Required | Type | Description |
|---|---|---|---|
| UserId | Yes | String | User unique identifier. |
| PalmDirectionList | Yes | Array of PalmDirectionType | List 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": {
}
}