10.4.4.5 Delete Resource
Function name | deleteResource(String did,String privateKey, String url) | |||
Description | The resource owner can call this function to delete a certain resource in the Hub. | |||
Request Parameters | ||||
No. | Parameter | Type | Required | Description |
---|---|---|---|---|
1 | uid | String | Y | ID in the Hub |
2 | privateKey | String | Y | Private key |
3 | url | String | Y | The path of the stored resource |
Response Parameters | ||||
No. | Parameter | Type | Required | Description |
1 | Boolean | Y | Return true if success, return false if failure |