删除当前用户的语言能力数据。
Request
HTTP request
DELETE https://www.featapi.com/api/user/user-language/{id}/
Parameters
Path parameters
Parameter name | Value | Description |
---|---|---|
id | string | 语言能力 ID,指定删除该数据 |
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
user_language |
For more information, see the authentication and authorization page.
Request body
无需提交请求体信息。
Response
204 删除成功
404 Not found
示例返回数据可参考 API Common – Resource Not Found