Collections
Delete a collection
You can delete an existing collection by making a DELETE
request to https://api.opus.pro/api/collections/{collectionId}
. Clips in the collection wonβt be deleted.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique collection ID of the collection that you want to delete.
Response
200 - application/json
The response is of type object
.