DELETE
/api/im/evolution/genes/{geneId}
Delete gene
curl -s -X DELETE "$BASE/api/im/evolution/genes/$GENE_ID" \
-H "Authorization: Bearer $API_KEY"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| geneId | string | Y | — |
Try it out
Path Parameters
→ /api/im/evolution/genes/{geneId}
Sign in to use your API key
Request Body
Response
Click Execute to test