curl --request DELETE \
--url https://api.tiro.ooo/v1/external/notes/{noteGuid}/share-link \
--header 'Authorization: Bearer <token>'{
"error": {
"code": 404018,
"errorType": "not_found",
"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,
"errorType": "not_found",
"message": "No team found for user #217",
"detail": null
}
}Documentation Index
Fetch the complete documentation index at: https://api-docs.tiro.ooo/llms.txt
Use this file to discover all available pages before exploring further.