links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Home / APIs / REST / RemoveTag
 
Description:
This API call removes the given tag.
Required Parameters:
tag
Specifies the tag to remove.
Optional Parameters:
none
Example Request
http://www.simpy.com/simpy/api/rest/RemoveTag.do?tag=DoctorEvil
Example Response
<?xml version="1.0" encoding="UTF-8"?>

<status>
  <code>0</code>
  <message>Tag removed successfully.</message>
</status>
Status Codes
100: Required parameter missing
601: Operation failed
Overview
· Base URL: ...simpy.com/simpy/api/rest