cURL
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": {} }
The delete generation endpoint lets the user delete a specific generation while retaining other generations.
API key needed to access our public endpoints. You can find yours under the 'Account' section of the website
The id of the generation
The id of the deleted generation.
Show child attributes
"gen_01"
The error if the request was not successful
Was this page helpful?