Delete collection

Delete an existing collection. This endpoint allows deletion of a collection identified by its UUID. The user must have appropriate permissions to delete the collection. Deleting a collection removes all associations but does not delete the documents within it.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
The unique identifier of the collection to delete

Headers

X-API-KeystringRequired

Response

Successful Response
resultsobject

Errors