curl --request DELETE \
--url https://api.supernotes.app/v1/collections/{collection_id} \
--header 'Api-Key: <api-key>'
{
"success": "<string>"
}
Delete the specified collection
curl --request DELETE \
--url https://api.supernotes.app/v1/collections/{collection_id} \
--header 'Api-Key: <api-key>'
{
"success": "<string>"
}
Successful Response
The response is of type object
.