Remove Tag

Summary Removes a tag from user's tag list
Request https://www.digitalbucket.net/api/rest/removetag.axd?tag=funny
Method DELETE
Parameters tag (the tag you want to remove)

Success

<Success>
  <Code>67</Code>
  <Message>'[tag]' tag removed successfully.</Message>
</Success>

Error

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