Skip to Content

TwentyThree™ API

API Method: /api/photo/section/delete

Delete a section within a video.

Parameters

ParameterDescription
photo_id (required) The ID of the video in which to delete a section.
section_id (required) The ID of the section to be deleted.

Permission level

The minimum required permission level is:

write

Example XML Response

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

Example JSON Response

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