Unsets user custom status
DELETE/api/v4/users/:user_id/status/custom
Unsets a user's custom status by updating the user's props and updates the user
Permissions
Must be logged in as the user whose custom status is being removed.
Request
Responses
- 200
- 400
- 401
User custom status delete successful
Invalid or missing parameters in URL or request body
No access token provided