Interface Address |
/hub/deletePermission |
Description |
Resource owner calls this function for permissions that have been created but not yet accessed by third parties. |
Interface request parameter |
No. |
Parameter |
Type |
Required |
Description |
1 |
|
DeletePermissionReq |
Y |
Wrapper class |
DeletePermissionReq |
1 |
uid |
String |
Y |
ID in the Hub |
2 |
grant |
String |
Y |
Permissions |
3 |
grantUid |
String |
Y |
Authorized ID in the Hub |
4 |
url |
String |
Y |
The path of the stored resource |
5 |
sign |
String |
Y |
Signature |
Interface response parameter |
No. |
Parameter |
Type |
Description |
1 |
|
DeletePermissionResult |
Response data |
DeletePermissionResult |
1 |
succes |
Boolean |
Whether deleted successfully |
2 |
message |
String |
Result description |