Delete tag(s) from the Tags Dictionary

DELETE {{api-server}}/{{Filerobot-Token}}/tags

This API endpoint removes tag(s) from the Tags Dictionary

Body parameters:

Name:Description:Syntax:Value/Example:
tags_uuidsList of tag uuids that should be deleted from the Tags DictionaryThe tag UUID can be taken from the GET List of tags response"tags_uuids":["6242e390-21d7-46a9-b54d-9acf73e0e3a6"]

Request Body

{"tags_uuids"=>["6242e390-21d7-46a9-b54d-9acf73e0e3a6"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
X-Filerobot-Keystring

RESPONSES

status: OK

{"status":"success","duration":0.32,"api_version":{"hash":"b0d23b8fa1ae371a4966d57ae5237d65ced42d32","datetime":"2024-06-19T11:07:33+07:00","module":"elastic_v2"},"deleted_tags":["6242e390-21d7-46a9-b54d-9acf73e0e3a6"]}