FAQ/API Documentation/Photo Resources

Delete Tag

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

This call will let you delete tags associated with a photo.

URL

<API_Endpoint>/photos/{PhotoId}/tags/{TagId}

HTTP Method

DELETE

Formats

XML, JSON

Authenticated

Yes

Input

{PhotoId} - Id of a photo. {TagId} - Id of a tag.

Contents

N/A

Output

SessionKeyOperationResponse

Parameters

N/A

Error Codes

400 BadRequest, 10006 InvalidPhotoId
400 BadRequest, 10033 InvalidTagId
403 Forbidden - Bad Credentials
403 Forbidden - Not Photo Owner

Notes

N/A

Example

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

 
Topic is closed for comments