API Explorer

Test and explore the Chars.gg API endpoints

Delete guild

Deletes a guild by id

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"
}