Skip to main content
DELETE
Unfollow User
Removes the follow relationship between the authenticated user and the specified user. This is a convenience alternative to Delete Follow — it looks up the follow record by user ID rather than requiring the follow ID.

Path Parameters

userId
string
required
The Sublay user ID (UUID) of the user to unfollow.

Response

On success, returns HTTP 204 with no body.

Error Responses

See Also