Deletes custom tags from a file.
Try it now
Test
RAM authorization
Request syntax
POST /v2/file/delete_usertags HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| domain_id |
string |
Yes |
||
| body |
object |
No |
Request body parameters. |
|
| drive_id |
string |
Yes |
Space ID |
1 |
| file_id |
string |
Yes |
File ID |
9520943DC264 |
| key_list |
array |
Yes |
List of tags to delete. The array must not be empty and can contain up to 1,000 items. |
|
|
string |
Yes |
Tag name. Must not contain the # character. |
tag |
Response elements
|
Element |
Type |
Description |
Example |
None defined.
Examples
Success response
JSON format
{}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.