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
key string
userName string
Responses
- 200
Delete Delegate
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Delete Delegate
Schema
errorCode string
msg string
{
"errorCode": "0",
"msg": "Successful"
}
{
"errorCode": "0",
"msg": "Successful"
}
Loading...