curl --request DELETE \
--url https://api.replyke.com/api/v6/:projectId/api/v7/follows/:followIdRemove a follow relationship by its follow ID
curl --request DELETE \
--url https://api.replyke.com/api/v6/:projectId/api/v7/follows/:followId204 with no body.
Follow Not Found — 404
{
"error": "Follow relationship does not exist.",
"code": "follow/not-found"
}
Forbidden — 403
{
"error": "You do not have permission to delete this follow relationship.",
"code": "follow/forbidden"
}