DeleteCollection

Deletes a collection and its associated collaborators from the database.

delete
Authorizations
Query parameters
collectionIdinteger · int32Required

The ID of the collection to be deleted.

Responses
200
Success: The collection and its collaborators were successfully deleted.
delete
DELETE /Collections/DeleteCollection?collectionId=1 HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content