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