Delete a genome and all its versions. Proxies to Darwin.
curl --request DELETE \
--url https://api.example.com/v1/genomes/{genome_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
Was this page helpful?
curl --request DELETE \
--url https://api.example.com/v1/genomes/{genome_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}