Generations
Delete Generation
The delete generation endpoint lets the user delete a specific generation while retaining other generations.
DELETE
/
pub
/
v1
/
generations
/
{generation_id}
Headers
X-API-KEY
string
requiredAPI key needed to access our public endpoints. You can find yours under the 'Account' section of the website
Path Parameters
generation_id
string
requiredThe id of the generation
Response
200 - application/json
data
object
err
object
The error if the request was not successful
Was this page helpful?