Documentation

Voice Preference

Clear user's voice preference

Remove the user's voice preference setting (v1.1.14)

ProductionStagingUAT
DELETEhttps://ankiren.com/api/me/voice-preference

Responses

200 · Preference cleared

  • successboolean
application/json
{
  "success": true
}

Sample Code

Đổi ngôn ngữ ở ô Language trên thanh Documentation.

cURL
curl -X DELETE 'https://ankiren.com/api/me/voice-preference' \
  -H 'Authorization: Bearer <token>' \
  -H 'Accept: application/json'