Changes from Version 1 of zooomr.photosets.delete

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/11/08 08:46:01 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.photosets.delete

    v0 v1  
     1= zooomr.photosets.delete = 
     2 
     3Delete a photoset. 
     4 
     5=== Authentication === 
     6 
     7This method requires authentication with 'write' permission. 
     8 
     9Note: This method requires an HTTP POST request. 
     10 
     11=== Arguments === 
     12 
     13api_key (Required) 
     14    Your API application key.  
     15photoset_id (Required) 
     16    The id of the photoset to delete. It must be owned by the calling user. 
     17 
     18=== Example Response === 
     19{{{ 
     20 {"stat": "ok"} 
     21}}}