API ReferenceapicommunityDELETE /v1/follows/{target_user_id}

DELETE /v1/follows/\{target_user_id\}

Service: community · operationId: (none)

Required scopes

(no scope declared — review service config)

Path parameters

  • target_user_id (string) required

Responses

200 Unfollowed (idempotent)

{
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "enum": [
        true
      ]
    }
  },
  "required": [
    "success"
  ]
}

Example

curl -X DELETE https://community.platform.loop.health/v1/follows/{target_user_id} \
  -H "Authorization: Bearer $ACCESS_TOKEN"