Latest stories

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:
https://api.pantel.me/a/delete_profile_pic?id=1593945938659837
  • Output:
                                {
    "status": "success",
    "time": 1526901364.7102706
}