Projects\Videos

Remove a list of videos from a project

This method removed multiple videos from the specified project.

delete/me/projects/{project_id}/videos

Path parameters

project_idnumber required
Example:12345

The ID of the project.

Query parameters

should_delete_clipsboolean

Whether to delete the videos when removing them from the project.

urisstring required
Example:/videos/258684937,/videos/273576296

A comma-separated list of the video URIs to remove.

Response

The videos were removed.

Changes

Changed in 2 of the 13 revisions of this API.321

  • 4be4cdb8fdd121See the full diff
    • added the new required query request parameter uris

      new-required-request-parameter

    • removed the request body

      request-body-removed

    • added the new optional query request parameter should_delete_clips

      new-optional-request-parameter

    • added required request body

      request-body-added-required

    • deleted the query request parameter should_delete_clips

      request-parameter-removed

    • deleted the query request parameter uris

      request-parameter-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog