Product Overview
Feature Description
Product Strengths
Use Cases
Basic Concept
DELETE /api/v1/file/{LibraryId}/{SpaceId}/{ConfirmKey}?upload&access_token={AccessToken}&user_id={UserId}
Request parameters. | Description | Type | Required or Not |
LibraryId | Media Library ID, obtain it after creating a media library in the media hosting console. Please refer to Create Media Library | String | Yes |
SpaceId | Space ID. If the media library is in single-tenant mode, this parameter is fixed as hyphen (`-`); if the media library is in multi-tenant mode, you must specify this parameter. Please refer to create tenant space for retrieval. | String | No |
ConfirmKey | Confirm parameters, specifying the field value of confirmKey in the response body during file upload. | String | Yes |
AccessToken | Access token. To obtain it, see Generate Access Token | String | Yes |
UserId | User identity recognition. When the access token corresponds to admin permission and user identity recognition is empty when applying for the access token, it is used to temporarily specify user identity. For details, see Generate Access Token API | String | No |
피드백