DELETE
/
pub
/
v1
/
generations
/
{generation_id}
curl --request DELETE \
  --url https://api.rendernet.ai/pub/v1/generations/{generation_id} \
  --header 'X-API-KEY: <x-api-key>'
{
  "data": {
    "id": "gen_01"
  },
  "err": {}
}

Headers

X-API-KEY
string
required

API key needed to access our public endpoints. You can find yours under the 'Account' section of the website

Path Parameters

generation_id
string
required

The id of the generation

Response

200 - application/json
The id of the deleted generation.
data
object
err
object

The error if the request was not successful