删除API
version=0.0.1 bizType=customer.app.CustomerApiWebService.delApi 登录之后可以访问
Header parameters
companyIdstringOptionalExample:
{{company}}tokenstringOptionalExample:
{{LoginResult.data.token}}langstringOptionalExample:
en-UStracestringOptionalExample:
{{mock_trace}}versionstringOptionalExample:
0.0.1Body
idinteger · int64Optional
api的id
Responses
200
成功
application/json
post
/global/customer.app.CustomerApiWebService.delApiPOST /api/global/customer.app.CustomerApiWebService.delApi HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 8
{
"id": 1
}200
成功
{
"msg": "Success",
"fail": false,
"trace": "x-w6oxyoo-4of0261-34mqcj-84djd-1677656237",
"code": "0",
"data": null,
"bizCode": "",
"tm": 15254881,
"msgParams": null,
"ok": true
}Last updated