cURL
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" }
Remove a video file from a collection
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the collection
The ID of the file to remove
Successful removal
The response is of type object.
object