Deletes a specific collection by its unique identifier.

Behavior: Permanently deletes the collection with the specified ID and returns the ID of the deleted collection.

Authorization: Requires an authenticated user via the class-level [Authorize] attribute.

Side Effects: Permanently removes the collection record from the database. Content items previously associated with this collection will lose that association.

Error Scenarios: Returns 400 if the deletion fails or the collection ID is invalid.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the collection to delete.

Responses

401

Unauthorized. The caller must provide a valid Bearer token.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json