curl --request DELETE \
--url https://api.tiro.ooo/v1/external/notes/{noteGuid}/share-link \
--header 'Authorization: Bearer <token>'{
"error": {
"code": 404018,
"message": "No team found for user #217",
"detail": null
}
}Delete the share link for a note.
curl --request DELETE \
--url https://api.tiro.ooo/v1/external/notes/{noteGuid}/share-link \
--header 'Authorization: Bearer <token>'{
"error": {
"code": 404018,
"message": "No team found for user #217",
"detail": null
}
}