I am building an app in which users might be blocked for using offensive language. When a user is blocked, his or her app can not access some API calls.
What should be the right HTTP status code when a blocked user tried access these API parts? Error 403 seems like a good choice, but I wonder if there's anything more specific.