Skip to main content
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.

Path Parameters

followId
string
required
The ID (UUID) of the follow record to delete.

Response

On success, returns HTTP 204 with no body.

Error Responses

See Also