Description
Deltes a site interest or subinterest
Authentication
This method requires
authentication with 'write' permission.
Required parameters
Optional parameters
- interest_key :
the key of the site interest. If this is included, the associated interest and all subinterests are deleted. The list of interest keys is available from the siteinterests.getList call.
- subinterest_key :
the key of the subinterest. If this is included, the associated subinterest is deleted. The list of subinterest keys is available from the siteinterests.getList call.
Example response
<?xml version="1.0"?>
<response status="ok" time="Tue, 22 Apr 2008 16:15:56 -0500">
<site_interests count="1">
<site_interest>
<status>
<![CDATA[ok]]>
</status>
</site_interest>
</site_interests>
</response>