Manage Collections
Delete a collection
Warning: All indexed media in the collection will be deleted as well
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the collection to delete
Response
200
application/json
Successful Response
The response is of type any
.
Was this page helpful?