# Delete a unit type image by ID Delete an existing image associated with a specific unit type using its unique ID. This endpoint allows you to remove an image that is linked to the unit type. If the specified development or image ID does not exist, a 404 Not Found error will be returned. In case of system errors during the deletion process, a 500 Internal Server Error will be triggered. Endpoint: DELETE /api/v3/unitTypes/{id}/images/{imageId} Version: 3.0.9 Security: OAuth2 ## Path parameters: - `id` (integer, required) - `imageId` (integer, required) ## Response 200 fields