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