Lockerz Admin
posted this on December 05, 2010 07:34 pm
This call will let you delete a photo album.
<API_Endpoint>/albums/{AlbumId}
DELETE
XML, JSON
Yes
{AlbumId} - Id of an album.
N/A
SessionKeyOperationResponse
N/A
400 BadRequest
10040 InvalidAlbumId - {AlbumId} is not a number
403 Forbidden - Bad Credentials
N/A
curl -X DELETE http://api.plixi.com/api/tpapi.svc/albums/184 -u bbbb@foo2.com:password -H "TPSERVICE:Plixi"