API Explorer

Test and explore the Chars.gg API endpoints

Delete account

Deletes an account by id

Endpoint Details

Delete account

DELETE /v1/accounts/{id}

Path Parameters

The UUID of the entity

Headers

Response Examples

204 - Account deleted successfully
400 - Invalid UUID format
Schema: {
  "$ref": "#/components/schemas/ValidationErrorResponseDto"
}
404 - Account not found
Schema: {
  "$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}