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