Delete Delegate
POST/deleteDelegate
This API is used to delete a specific delegate.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
userName
- this is the user who is deleting the delegate,
key
- the is the delegatekey
Request
- application/x-www-form-urlencoded
Body
keystring
Example:
27
userNamestring
Example:
admin
Responses
- 200
Delete Delegate
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Delete Delegate
Schema
errorCodestring
Example:
0
msgstring
Example:
Successful
{
"errorCode": "0",
"msg": "Successful"
}
{
"errorCode": "0",
"msg": "Successful"
}