Skip to Content

TwentyThree™ API

API Method: /api/photo/coordinate/delete

Delete a geographic coordinate associated with a photo or video.

Parameters

ParameterDescription
photo_id (required) The ID of the video in which to delete a coordinate.
latitude (required) The latitude of the coordinate to be deleted.
longitude (required) The longitude of the coordinate to be deleted.

Permission level

The minimum required permission level is:

write

Example XML Response

<response status="ok" permission_level="write" 
  message="The coordinate was deleted" cached="0"/>

Example JSON Response

{
  "status": "ok", 
  "message":"The coordinate was deleted",
  "permission_level":"write",
  "cached":"0",
  "photo":{},
  "p": "1",
  "size": "1",
  "site": { ... },
  "endpoint": "/api/photo/coordinate/delete"
}