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