Unfollow a user or organization
DELETE
/subscriptions/{followerId}/{followingId}/{followingType}
Removes a follow edge. The path followerId must match the authenticated caller.
Authorizations
BearerAuth
Authentication is handled automatically via httpOnly session cookies after signing in at /cognito/signin or via Google SSO at /cognito/oauth/google. For Swagger UI testing, paste a JWT token from the /cognito/signin response.
Type
HTTP (bearer)
Parameters
Path Parameters
followerId*
Type
Requiredstring
followingId*
Type
Requiredstring
followingType*
Type
Requiredstring
Valid values
"user""organization"Responses
Follow removed
application/json
JSON
{
"success": true
}