FAQ/API Documentation/Photo Resources

Delete Photo

Lockerz Admin
posted this on December 05, 2010 07:14 pm

This call will let you delete a photo.

URL

<API_Endpoint>/photos/{PhotoId}

HTTP Method

DELETE

Formats

XML, JSON

Authenticated

Yes

Input

{PhotoId} - Id of a photo.

Contents

N/A

Output

SessionKeyOperationResponse

Parameters

N/A

Error Codes

N/A

Notes

N/A

Example

curl -X DELETE http://api.plixi.com/api/tpapi.svc/photos/1565 -u bbbb@foo2.com:password  -H "TPSERVICE:Plixi"

 
Topic is closed for comments