Skip to main content
DELETE
/
public
/
v1
/
assets
/
collection
/
{collection-id}
[BETA] Delete Collection
curl --request DELETE \
  --url https://api.topsort.com/public/v1/assets/collection/{collection-id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI.

Path Parameters

collection-id
string
required

Collection ID.

Response

Successful Response