https://api.sciener.com/v3/palmVein/delete
POST, ContentType:application/x-www-form-urlencoded
xxxxxxxxxx61curl --location -g --request POST 'https://api.sciener.com/v3/palmVein/delete'\2--data-urlencode 'clientId=4773aa036f7f49c68d876bb4be85c80c' \3--data-urlencode 'accessToken=dfd5489d0cee31f0bdfaf59d0d42d71f' \4--data-urlencode 'id=6332'\5--data-urlencode 'type=1'\6--data-urlencode 'date=1625025703000'| Name | Type | Required | Description |
|---|---|---|---|
| clientId | String | Y | client_id from Create application |
| accessToken | String | Y | Access token,refer to: Get access token |
| id | Int | Y | id of a palm vein |
| type | Int | N | Method: 1-APP, 2-remote synchronous delivery, 4-WiFi wake-up asynchronous delivery; do not transmit the default APP |
| date | Long | Y | Current time (timestamp in millisecond) |
| Parameter | Type | Description |
|---|---|---|
| errcode | Int | error code |
| errmsg | String | error message |
| description | String | error message in Chinese |
xxxxxxxxxx51{2 "errcode": 0,3 "errmsg": "none error message or means yes",4 "description": "表示成功或是" 5}