DeleteUserProfilePicture
ユーザープロファイル画像の削除
Description
ユーザープロファイル画像を削除します
Method
DELETE
Request URL Format
/api/v0/userinfo/profilepic
Payload
空のJSONを指定する必要があります
{}
Request URL Sample
DELETE https://api.xxx.com/api/v0/userinfo/profilepic
Response Sample
{
"error": null
}
Error Response Sample
削除対象のプロファイル画像が存在しない場合エラー
{
"error": "profile picture does not exist"
}