Skip to main content
POST
Delete Collection

Authorizations

Authorization
string
header
required

The Authorization header must be provided in the format Bearer <your-api-key>.

You can get your API Key at the Dashboard!

Body

application/json
collection_name
string
required

The name of the collection to delete.

Response

Successful Response

message
string
default:Success!

This string will always be "Success!". This may change in the future.