delete_profile_pic
- Inputs
{
"id": "integer"
}
- Errors
{
"must_login": "user must be login",
"permission_denied": "user does not have permission to delete the picture (user is not the wall owner or tries to delete other user's profile picture)",
"query_error": "input must be an exist id"
}
- Extra Description
Delete profile picture
- Sample
- Url:
- Output:
{
"status": "success",
"time": 1526901364.7102706
}