Delete Set

From KickApps Documentation

Jump to: navigation, search

A user can use this call to delete the sets that he has added to the community. Webmasters can delete any sets that belong to the community. Editor/Admins can delete any sets that belong to the community except those added by the webmaster.

http://api.kickapps.com/rest/sets/delete/{as}

Contents

Parameters

as. Required. Integer. The site that the media set is being added to. as is unique for each of the affiliate's sites.

Post Parameters

  • t. String. Required. Your access permissions.
  • callback. String. Optional. The name of your JavaScript callback function.
  • clientIP. String. Optional. Use the clientIP parameter to pass the IP address of the user making the call. If the IP has been blocked by the webmaster under the Affiliate Center -> Manage Members section, an error message will be returned starting with "status":"-1","error":"This IP address has been banned".
  • setId. The id of the set that is being deleted.

Payload

List of KickApps API Calls


Note: Occasionally (and without advanced warning) we modify our API calls by adding new parameters in the response payload. Please keep this in mind when designing your strategy for parsing our responses.