Path Parameters
ID of the follow relationship to remove
Response
Success confirmation message
Error Responses
Invalid Follow ID - 400 Bad Request
Invalid Follow ID - 400 Bad Request
Unauthorized - 403 Forbidden
Unauthorized - 403 Forbidden
Follow Not Found - 404 Not Found
Follow Not Found - 404 Not Found
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- Requires authentication
- User can only remove their own follow relationships
- Returns success message on successful removal
- Use this endpoint when you have the specific follow ID
- Alternative: Use
DELETE api.replyke.com/api/v6/:projectId/users/:userId/follow
when you know the user ID - Rate limiting: 75 requests per 5 minutes