Application API
  1. Application Role
Application API
  • Development Guide
  • Filter
  • Filter Demo
  • ErrorCode
  • app
    • Get Application Information
      GET
  • worksheet
    • Create Worksheet
      POST
    • Get worksheet structure information
      POST
    • Get List
      POST
    • Create Row Record
      POST
    • Batch Create Row Records
      POST
    • Get Row Record Details
      GET
    • Get row record details
      POST
    • Update Row Record Details
      POST
    • Batch Update Row Record Details
      POST
    • Delete Row Record
      POST
    • Get associated record
      POST
    • Get Record Share Link
      POST
    • Get total row count of worksheet
      POST
    • Get Row Record Log
      POST
  • Application Role
    • Get Application Role List GET
      GET
    • Create Application Role
      POST
    • Delete Application Role
      POST
    • Add Application Role Member
      POST
    • Remove Application Role Member
      POST
    • Exit application
      POST
    • Get Role Details
      GET
  • Options Set
    • Add Option Set
    • Get Option Set
    • Edit Option Set
    • Delete Option Set
  • Get regional Information
    POST
  1. Application Role

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
required
sign
string 
Signature
required
roleId
string 
Role id
required
operatorId
string 
Operator ID
required
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
Previous
Create Application Role
Next
Add Application Role Member
Built with