Lockerz Admin
posted this on December 05, 2010 06:42 pm
This call will let you delete a location from a photo.
<API_Endpoint>/photos/{PhotoId}/location
DELETE
XML, JSON
Yes
{PhotoId} Id of the photo whose location is being deleted.
N/A
SessionKeyOperationResponse
N/A
400 BadRequest, 10006 InvalidPhotoId - {PhotoId} is not a number.
400 BadRequest, 10007 PhotoDoesntExist - {PhotoId} does not exists.
403 Forbidden - Credentials are not valid.
403 Forbidden, 10030 NotPhotoOwner - Not the photo owner.
N/A
curl -X DELETE http://api.plixi.com/api/tpapi.svc/photos/1469/location -u mlinenweber14zz@gmail.com:password -H"TPSERVICE:Plixi"