cURL
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
cURL
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
ID of collection deleted successfully
Example:
"xmAwhhFi0IJt"