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.

Path parameters

idstringRequired

The unique identifier of the collection to delete

Headers

AuthorizationstringRequired

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

X-API-KeystringRequired

Response

Successful Response

resultsobject

Errors