{ "assetId": "string" }
curl --location --request POST '/openApiDigitalPerson/customer/deleteDigitalPersonAsset' \ --header 'authorization: {{auth|md5}}' \ --header 'req_from: C' \ --header 'timestamp: {{timestamp}}' \ --header 'app_id: {{appId}}' \ --header 'account: 19999999999' \ --header 'Content-Type: application/json' \ --data-raw '{ "assetId": "string" }'
{ "code": "CommonErrorCode.SUCCESS.getCode()", "data": "string", "requestId": "string", "resultMsg": "CommonErrorCode.SUCCESS.getDesc()", "host": "getHostName()", "errorStackTrace": "string" }