curl --request DELETE \
--url https://api.supernotes.app/v1/sharing/{card_id}/{share_code_id} \
--header 'Api-Key: <api-key>'
"<any>"
Delete an existing share code (if user has permission)
curl --request DELETE \
--url https://api.supernotes.app/v1/sharing/{card_id}/{share_code_id} \
--header 'Api-Key: <api-key>'
"<any>"
Successful Response
The response is of type any
.