Delete API
version=0.0.1 bizType=customer.app.CustomerApiWebService.delApi Accessible after login
Header parameters
companyIdstringOptionalExample:
{{company}}
tokenstringOptionalExample:
{{LoginResult.data.token}}
langstringOptionalExample:
en-US
tracestringOptionalExample:
{{mock_trace}}
versionstringOptionalExample:
0.0.1
Body
idinteger · int64Optional
api id
Responses
200
Success
application/json
post
POST /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
Success
{
"msg": "Success",
"fail": false,
"trace": "x-w6oxyoo-4of0261-34mqcj-84djd-1677656237",
"code": "0",
"data": null,
"bizCode": "",
"tm": 15254881,
"msgParams": null,
"ok": true
}
Last updated