Index or Embed Videos
Delete videos by ID
Warning: this action is irreversible. Data about the media will be lost. Only videos owned by the user can be deleted. To delete all videos in a collection, delete the collection instead.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The IDs of the media to delete. Maximum 200 media can be deleted per request
Example:
"c1a2b3c4-1a2b-3c4d-5e6f-7g8h9i0j1k2l"
Response
200
application/json
Successful Response
Number of media successfully deleted
Example:
1
Was this page helpful?