Skip to main content
DELETE
/
v1
/
external
/
teams
/
me
/
word-memories
/
{wordMemoryId}
Delete Team Word Memory
curl --request DELETE \
  --url https://api.tiro.ooo/v1/external/teams/me/word-memories/{wordMemoryId} \
  --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

wordMemoryId
integer<int64>
required

Word memory ID

Response

Team word memory deleted successfully. No response body.