FAQ/API Documentation/Commenting Resources

Delete User Comment

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

This call will let a user delete a comment they have left on a photo.

URL

<API_Endpoint>/users/{User}/comments/{PhotoId}/{CommentId}

HTTP Method

DELETE

Formats

XML, JSON

Authenticated

Yes

Input

{User} - Alias or Id for a user.       
{PhotoId} - Id of a photo.       
{CommentId} - Id of a comment.

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/users/723/comments/9/687 -u bbbb@foo2.com:password  -H "TPSERVICE:Plixi"

 
Topic is closed for comments