Skip to content

Implement File -> Delete Tag #9

@cyclops1982

Description

@cyclops1982

Delete a single tag from a File.

Input values:

  • File Id (Text)
  • Name of tag (Text)

Expected output:

  • Same as GetInfoById (with updated tags)

Input validation:
If the file does not exist: "File '{Id}' does not exist."
If the tag does not exist, simply ignore it. This means you can run the method multiple times without errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature RequestNew feature or requestReadyReady to be implemented

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions