# Delete project image Endpoint: DELETE /projects/{project}/images/{imageId} Version: 1.0.0 Security: oauth2 ## Path parameters: - `project` (integer, required) The project ID - `imageId` (integer, required) ## Response 401 fields (application/json): - `message` (string, required) Error overview. ## Response 404 fields (application/json): - `message` (string, required) Error overview.