API Explorer
Test and explore the Chars.gg API endpoints
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"
}