DELETE
/
v1
/
collections
/
{collection_id}
curl --request DELETE \
  --url https://api.supernotes.app/v1/collections/{collection_id} \
  --header 'Api-Key: <api-key>'
{
  "success": "<string>"
}

Authorizations

Api-Key
string
header
required

Path Parameters

collection_id
string
required

Response

200
application/json
Successful Response
success
string
required