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>"
}
]
}Deletes a 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>"
}
]
}Was this page helpful?