Skip to main content
DELETE
/
v1
/
external
/
notes
/
{noteGuid}
/
share-link
Delete Share Link
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
  }
}

Authorizations

Authorization
string
header
required

API key in format {id}.{secret}

Path Parameters

noteGuid
string
required

Note GUID

Response

Share link deleted