Last update:2022-03-01 18:00:54
This interface allows you to delete a specified resource file from the cloud storage platform.
NOTE:
POST /delete/{param1}
Host: < MgrDomain>
Authorization: < AccessToken>
As for {param1} generation rules, refer to the [EncodeEntryURI Format]
Parameter | Required | Description |
---|---|---|
Host | Yes | Management domain name , which can be obtained in the user management interface |
Authorization | Yes | Management Credential |
If a request is successful, a JSON string of the following content will be returned:
{
“code”: “200”,
“message”: “OK”,
}
Field name | Required | Description |
---|---|---|
code | Yes | HTTP request response code. Refer to the HTTP Response Status Codes |
message | Yes | Lists prompt messages upon bucket failure. |
If a request fails, a JSON character string of the following content will be returned:
{
“code”: “”,
“message”: “”
}
Field name | Required | Description |
---|---|---|
code | Yes | HTTP request response code. Refer to the HTTP Response Status Codes |
message | Yes | Lists prompt messages upon bucket failure. |
curl -v -X POST -H “Authorization:86622e227a50d49d858c2494a935bc2e4ac543a7:NjczY2ZmOTBmZDRjN2UxMGU5ODczM2NjMWY3YTRhYjc4YWZlODcxMw==” --url “http://mgrDomain/delete/aW1hZ2VzOkltYWdlLnBuZw==”