메인 콘텐츠로 건너뛰기
DELETE
/
v1
/
external
/
workspaces
/
{workspaceGuid}
/
word-memories
/
{wordMemoryId}
Delete Workspace Word Memory
curl --request DELETE \
  --url https://api.tiro.ooo/v1/external/workspaces/{workspaceGuid}/word-memories/{wordMemoryId} \
  --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}

경로 매개변수

workspaceGuid
string
필수

Workspace GUID. Obtain it from GET /v1/external/workspaces.

wordMemoryId
integer<int64>
필수

Word memory ID

응답

Workspace word memory deleted successfully. No response body.