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

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

OpenAPI Specification

predictive-oncology-model-and-data-clearinghouse-delete-collection-controller-api-openapi.yml Raw ↑
openapi: 3.0.1
info:
  title: MoDaC asset-details-controller delete-collection-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-collection-controller
paths:
  /deleteCollection:
    post:
      tags:
      - delete-collection-controller
      operationId: deletCollection
      parameters:
      - name: collPath
        in: query
        required: true
        schema:
          type: string
      - name: collectionType
        in: query
        required: false
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            '*/*':
              schema:
                type: string