Delete Follow
Follow Endpoints
Delete Follow
Remove a follow relationship by its follow ID
DELETE
Delete Follow
Removes a follow relationship by the follow record ID. Only the follower (the user who created the follow) can delete it. Use Unfollow User instead if you only have the target user’s ID.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The ID (UUID) of the follow record to delete.
Response
On success, returns HTTP204 with no body.
Error Responses
Follow Not Found — 404
Follow Not Found — 404
Forbidden — 403
Forbidden — 403

