简体中文
cURL
curl --request POST \ --url https://docflow.textin.com/api/app-api/sip/platform/v2/review/delete \ --header 'Content-Type: application/json' \ --header 'x-ti-app-id: <api-key>' \ --header 'x-ti-secret-code: <api-key>' \ --data '{ "ruleIdNo": 123 }'
{ "code": 200, "data": true, "msg": "成功", "traceId": "1234abcd" }
x-ti-app-id
"1234abcd"
x-ti-secret-code
删除审核规则请求参数
OK
The response is of type object.
object