Delete Files

更新时间:2022-03-01 18:00:54

Description

This interface allows you to delete a specified resource file from the cloud storage platform.

NOTE:

  1. Deleted files cannot be recovered. Please proceed with caution.
  2. If the m3u8 file is deleted, the ts file will not be deleted at the same time. If you need to do associated deletion, you can use Delete m3u8 File Interface

Request Description

POST /delete/{param1}
Host: < MgrDomain>
Authorization: < AccessToken>

As for {param1} generation rules, refer to the [EncodeEntryURI Format]

Header Description

Parameter Required Description
Host Yes Management domain name , which can be obtained in the user management interface
Authorization Yes Management Credential

Response Description

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.

Example

curl -v -X POST -H “Authorization:86622e227a50d49d858c2494a935bc2e4ac543a7:NjczY2ZmOTBmZDRjN2UxMGU5ODczM2NjMWY3YTRhYjc4YWZlODcxMw==” --url “http://mgrDomain/delete/aW1hZ2VzOkltYWdlLnBuZw==”

本篇文档内容对您是否有帮助?
有帮助
我要反馈
提交成功!非常感谢您的反馈,我们会继续努力做到更好!