Delete Geneset by Geneset Identifier

delete

/ohfapi/cg/v3.3/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
Path Parameters
Security
Back to Top

Response

Supported Media Types

400 Response

Invalid parameters supplied

404 Response

geneSet not created
Back to Top

Examples

The following example submits a DELETE request.

API URL

http://localhost:7010/ohfapi/cg/v3.3/geneSets/delete/1

Example of Response Body

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

204 No content
Back to Top