Authorizations
Path Parameters
Response
Successful Response
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