DELETE/api/v1/compliance/biometric-consent其它

revoke_1

查询参数

名称必填说明
tenantId
subjectRef
purpose

常见错误码

40001参数非法
40010缺少 X-Tenant-Id 请求头
40400资源不存在
40303超出授权路数
查看完整错误码表 →

调用示例

DELETE /api/v1/compliance/biometric-consent
curl -X DELETE 'https://your-host/api/v1/compliance/biometric-consent' \
  -H 'X-App-Key: AK_xxx' \
  -H 'X-Timestamp: <毫秒时间戳>' \
  -H 'X-Nonce: <随机串>' \
  -H 'X-Signature: <Base64(HMAC-SHA256(待签串, appSecret))>'

示例中的签名口径与"签名规范"页一致;生产环境请把 appSecret 放在服务端,不要下发到浏览器或 App。

同域接口