API Explorer

Test and explore the Chars.gg API endpoints

Unfollow user

Unfollow a user

Endpoint Details

Unfollow user

DELETE /v1/users/me/follow/{id}

Path Parameters

The UUID of the entity

Headers

Response Examples

204 - User unfollowed successfully
400 - Invalid UUID format
Schema: {
  "$ref": "#/components/schemas/ValidationErrorResponseDto"
}
404 - Follow relationship not found
Schema: {
  "$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}