10.2.4.5 Delete Resource
| Interface Address | /hub/deleteResource | |||
| Description | The owner of the resource can call this function to delete certain resource within the Hub. | |||
| Interface request parameter | ||||
| No. | Parameter | Type | Required | Description |
|---|---|---|---|---|
| 1 | DeleteResourceReq | Y | Wrapper class | |
| DeleteResourceReq | ||||
| 1 | uid | String | Y | ID in the Hub |
| 2 | url | String | Y | The path of the stored resource |
| 3 | sign | String | Y | Signature |
| Interface response parameter | ||||
| No. | Parameter | Type | Description | |
| 1 | Boolean | Return true if success, return false if failed | ||