- Development Guide
- Filter
- Filter Demo
- ErrorCode
- app
- worksheet
- Create Worksheet POST
- Get worksheet structure informationPOST
- Get ListPOST
- Create Row Record POST
- Batch Create Row Records POST
- Get Row Record Details GET
- Get row record detailsPOST
- Update Row Record Details POST
- Batch Update Row Record Details POST
- Delete Row RecordPOST
- Get associated recordPOST
- Get Record Share LinkPOST
- Get total row count of worksheet POST
- Get Row Record LogPOST
- Application Role
- Options Set
- Get regional InformationPOST
Delete Application Role
fromal
https://api.mingdao.com
fromal
https://api.mingdao.com
POST
/v1/open/app/deleteRole
Request
Body Params application/json
appKey
string
AppKey
sign
string
Signature
roleId
string
Role id
operatorId
string
Operator ID
Example
{
"appKey": "422e5a5d0e570105",
"sign": "MzkzMDY3Mzk1NjM0YjkyNjE1YzI2N2ZhNDEzZGE3ZTQwMzQ3ZWJkNzI1ZDc2NjcxYTdkY2ViMzVhZGJlNTI0Yg==",
"roleId": "4602ddf3-390a-4d0e-82ad-e928f72e8ae4",
"operatorId": "e2453de8-1a6a-4d4f-ba36-87fdff880a20"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.mingdao.com/v1/open/app/deleteRole' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "422e5a5d0e570105",
"sign": "MzkzMDY3Mzk1NjM0YjkyNjE1YzI2N2ZhNDEzZGE3ZTQwMzQ3ZWJkNzI1ZDc2NjcxYTdkY2ViMzVhZGJlNTI0Yg==",
"roleId": "4602ddf3-390a-4d0e-82ad-e928f72e8ae4",
"operatorId": "e2453de8-1a6a-4d4f-ba36-87fdff880a20"
}'
Responses
🟢200成功
application/json
Body
success
boolean
required
code
integer
required
msg
string
required
data
object
required
Example
{
"data": true,
"success": true,
"error_code": 1
}
🟠401没有权限
🟠404记录不存在
Modified at 2025-04-07 02:46:32