API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Delete character
DELETE /v1/characters/{id}
Path Parameters
The UUID of the entity
Headers
Response Examples
204 - Character deleted successfully
400 - Invalid UUID format
Schema: {
"$ref": "#/components/schemas/ValidationErrorResponseDto"
}404 - Character not found
Schema: {
"$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}