Remove File Tags

Summary Removes all of the file tags
Request https://www.digitalbucket.net/api/rest/removefiletags.axd?fileid=bd64d349-d584-45f3-a0fb-287bcb66fb34
Method DELETE
Parameters fileid (id of the file you want to remove its tags)

Success

<Success>
  <Code>63</Code>
  <Message>'[filename]' tags removed successfully.</Message>
</Success>

Error

<Error>
  <Code>-605</Code>
  <Message>You are not allowed to remove this file's tags.</Message>
</Error>
<Error>
  <Code>-606</Code>
  <Message>You are not allowed to remove other users file tags.</Message>
</Error>

- For other errors refer to the list of Common Errors.