Removes custom tags from a file.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /v2/file/delete_usertags HTTP/1.1
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| body | object | No | The request parameters. | |
| drive_id | string | Yes | The drive ID. | 1 |
| file_id | string | Yes | The file ID. | 9520943DC264 |
| key_list | array | Yes | The tags that you want to remove from a file. You cannot leave this parameter empty. You can specify up to 1,000 tags. | |
| string | Yes | The name of the tag. The name cannot contain a number sign (#). | tag |
Response parameters
Examples
Sample success responses
JSONformat
{}Error codes
For a list of error codes, visit the Service error codes.
