Delete a Collection

This endpoint deletes a Collection based on the Collection ID. Assets within the Collection will not be deleted. The User submitting the request to delete a Private Collection must be the account used to create it. Shared Collections may only be deleted by Users with the Purge Security Role Privilege.

SecurityOAuth2
Request
path Parameters
collectionId
required
string <uuid> = 36 characters

The Collection Identifier.

Example: f45c87aa-2ff7-4f2c-9c38-9d69554a1c8a
header Parameters
content-type
string
Example: application/json
Authorization
string
Example: Bearer <token>
Responses
204

Successful Request. Collection Deleted Successfully.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

delete/collections/{collectionId}
Request samples
Response samples
application/json
{
  • "message": "Delete operation completed successfully."
}