Delete Collection

Allows users to delete a specific collection by providing its unique ID in the path parameter.

🔒

Requires write_collection access scope. More access scope

The Delete Collection API allows users to delete a specific collection by providing its unique ID in the path parameter. This operation is irreversible and will remove the collection and its associated metadata from the system.

Use Cases:

  1. Remove outdated or irrelevant collections.
  2. Manage and clean up collections for better organization.
  3. Retrieve specific metadata and settings for a collection.

Request Parameters

Public Request Parameters

📘

Path Parameters

FieldTypeRequiredExampleDescription
idstringYesa60fe556-43ad-4e07-9125-507ac1bf71f7Unique identifier of the collection. Must be a valid UUID.

Response Explanation

Public Response Parameters

📘

Successful Response

ParameterTypeExampleDescription
codestring200Error code (200 indicates success)
messagestringSuccessError message
dataobject{...}

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!