---
title: "DELETE /workflows/{workflowId}/testParameterFiles"
method: DELETE
path: "/workflows/{workflowId}/testParameterFiles"
tags: ["workflows"]
---

# DELETE /workflows/{workflowId}/testParameterFiles

`DELETE /workflows/{workflowId}/testParameterFiles`

Delete test parameter files for a given version.

## Path parameters

- `workflowId` integer, required

## Query parameters

- `testParameterPaths` string[]
- `version` string

## Response `default`

default response

- SourceFile[]
  - `absolutePath` string, required — Absolute path of sourcefile in git repo
  - `checksums` Checksum[]
    - `checksum` string, required — The hex-string encoded checksum for the data.
    - `type` string, required — The digest method used to create the checksum. The value (e.g. `sha-256`) SHOULD be listed as `Hash Name String` in the https://github.com/ga4gh-discovery/ga4gh-checksum/blob/master/hash-alg.csv[GA4GH Checksum Hash Algorithm Registry]. Other values MAY be used, as long as implementors are aware of the issues discussed in https://tools.ietf.org/html/rfc6920#section-9.4[RFC6920]. GA4GH may provide more explicit guidance for use of non-IANA-registered algorithms in the future.
  - `content` string
  - `frozen` boolean
  - `id` integer
  - `metadata` SourceFileMetadata
    - `id` integer
    - `parent` SourceFile — recursive
    - `typeVersion` string — The language version for the given descriptor file type
  - `path` string, required — Path to sourcefile relative to its parent
  - `state` 'COMPLETE' | 'NOT_STORED' | 'STUB', required — Enumerates the file state
  - `type` 'DOCKSTORE_SMK' | 'SMK_TEST_PARAMS' | 'DOCKSTORE_CWL' | 'CWL_TEST_JSON' | 'DOCKSTORE_WDL' | 'WDL_TEST_JSON' | 'DOCKSTORE_WORKFLOW_OTHER' | 'DOCKERFILE' | 'NEXTFLOW' | 'NEXTFLOW_CONFIG' | 'NEXTFLOW_TEST_PARAMS' | 'DOCKSTORE_YML' | 'DOCKSTORE_SERVICE_YML' | 'DOCKSTORE_SERVICE_TEST_JSON' | 'DOCKSTORE_SERVICE_OTHER' | 'DOCKSTORE_GXFORMAT2' | 'GXFORMAT2_TEST_FILE' | 'DOCKSTORE_SWL' | 'SWL_TEST_JSON' | 'DOCKSTORE_JUPYTER' | 'DOCKSTORE_NOTEBOOK_REES' | 'DOCKSTORE_NOTEBOOK_DEVCONTAINER' | 'DOCKSTORE_NOTEBOOK_TEST_FILE' | 'DOCKSTORE_NOTEBOOK_OTHER', required — Enumerates the type of file
  - `verifiedBySource` object

---

[API](https://skmtc.net/dockstore/apis/dockstore-api.md) · [All operations](https://skmtc.net/dockstore/apis/dockstore-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dockstore/dockstore-api/versions/9d82a4e96aa7/schema)
