DeleteCollection
Authorizations
Query parameters
collectionIdinteger · int32Required
The ID of the collection to be deleted.
Responses
200
Success: The collection and its collaborators were successfully deleted.
400
Bad Request: The provided collection ID is invalid.
500
Internal Server Error: An error occurred while attempting to delete the collection or collaborators.
delete
DELETE /Collections/DeleteCollection?collectionId=1 HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No content