메인 콘텐츠로 건너뛰기
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,
    "errorType": "not_found",
    "message": "No team found for user #217",
    "detail": null
  }
}

인증

Authorization
string
header
필수

API key in format {id}.{secret}

경로 매개변수

noteGuid
string
필수

Note GUID

응답

Share link deleted