Changes from Version 1 of zooomr.photos.delete

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/10/08 22:50:10 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.photos.delete

    v0 v1  
     1See Tickets: #182 
     2 
     3= zooomr.photos.delete = 
     4 
     5Delete a photo from Zooomr. 
     6 
     7=== Authentication === 
     8 
     9This method requires authentication with 'delete' permission. 
     10 
     11Note: This method requires an HTTP POST request. 
     12 
     13=== Arguments === 
     14 
     15api_key (Required) 
     16    Your API application key. 
     17photo_id (Required) 
     18    The id of the photo to delete. 
     19 
     20=== Example Response === 
     21 
     22{"message": "User not logged in / Insufficient permissions", "code": 99, "stat": "fail"}