Predictive Oncology Model and Data Clearinghouse delete-predictions-controller API

The delete-predictions-controller API from Predictive Oncology Model and Data Clearinghouse — 1 operation(s) for delete-predictions-controller.

OpenAPI Specification

predictive-oncology-model-and-data-clearinghouse-delete-predictions-controller-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: MoDaC asset-details-controller delete-predictions-controller API
  description: MoDaC API is a set of public rest API to access datasets stored in the repository
servers:
- url: http://localhost:8080
  description: Generated server url
tags:
- name: delete-predictions-controller
paths:
  /deletePredictions:
    post:
      tags:
      - delete-predictions-controller
      operationId: deletePredictions
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/DeletePredictionsModel'
        required: true
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                type: string
components:
  schemas:
    DeletePredictionsModel:
      type: object
      properties:
        deletepaths:
          type: string
        taskId:
          type: string
        predCollectionPath:
          type: string