DELETE
/
collections
/
{collection_id}
/
videos
/
{file_id}
curl --request DELETE \
  --url https://api.cloudglue.dev/v1/collections/{collection_id}/videos/{file_id} \
  --header 'Authorization: Bearer <token>'
{
  "collection_id": "<string>",
  "file_id": "<string>",
  "object": "collection_file"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

collection_id
string
required

The ID of the collection

file_id
string
required

The ID of the file to remove

Response

200
application/json
Successful removal
collection_id
string
required

ID of the collection

file_id
string
required

ID of the file

object
enum<string>
required

Object type, always 'collection_file'

Available options:
collection_file