Delete User Avatar
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
DELETE
/api/v1/users/{user_id}/avatars/{avatar_id}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://dev-cn.your-api-server.com/api/v1/users//avatars/'
响应示例响应示例
200 - 示例 1
null
请求参数
Path 参数
user_id
string
User Id
avatar_id
string <uuid>
Avatar Id
返回响应
修改于 2024-05-30 08:40:21