Delete Files

Last update:2020-07-06 14:00:18

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 from 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 Request return status code. Refer to the [HTTP Response Status Codes] .
message Yes Prompt message when the file deletion is successful.

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 Prompt message when file deletion fails.

Example

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

Is the content of this document helpful to you?
Yes
I have suggestion
Submitted successfully! Thank you very much for your feedback, we will continue to strive to do better!