Skip to main content
DELETE
/
api
/
v1
/
collections
/
{collection_id}
Delete Collection
curl --request DELETE \
  --url https://api.example.com/api/v1/collections/{collection_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Path Parameters

collection_id
string
required

Response

Successful Response