Skip to main content
DELETE
Delete videos by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
media_ids
string[]
required

The IDs of the media to delete. Maximum 200 media can be deleted per request

Example:

"c1a2b3c4-1a2b-3c4d-5e6f-7g8h9i0j1k2l"

Response

Successful Response

media_deleted
integer
required

Number of media successfully deleted

Example:

1