Remove Folder Tags

Summary Removes all of the folder tags
Request https://www.digitalbucket.net/api/rest/removefoldertags.axd?folderid=54
Method DELETE
Parameters folderid (id of the folder you want to remove its tags)

Success

<Success>
  <Code>64</Code>
  <Message>'[foldername]' tags removed successfully.</Message>
</Success>

Error

<Error>
  <Code>-607</Code>
  <Message>You are not allowed to remove this folder's tags.</Message>
</Error>
<Error>
  <Code>-608</Code>
  <Message>You are not allowed to remove other users folder tags.</Message>
</Error>

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