Delete Geneset by Geneset Identifier

delete

/HSDataService-web/api/3.2.0/geneSets/delete/{id}

This endpoint supports the deletion of a Geneset by a Geneset Identifier based on user's access. On Successful deletion, it returns "HTTP status 204 No content".

Request

Supported Media Types
  • application/json
  • application/xml
Path Parameters
id
Type: integer (int64)
Required: true

Response

Supported Media Types
  • application/json
  • application/xml
400 Response
Invalid parameters supplied
404 Response
geneSet not created

Examples

The following example submits a DELETE request.

API URL

http://localhost:7001/HSDataService-web/api/3.2.0/geneSets/delete/1

Example of Response Body

The following example shows the contents of the response body in JSON format:

204 No content