Generations
Delete Media
The delete media endpoint lets the user delete a specific media within a generation while retaining any other media that may have been generated in the same batch.
DELETE
/
pub
/
v1
/
generations
/
media
/
{media_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
media_id
string
requiredThe id of the media
Response
200 - application/json
data
object
err
object
The error if the request was not successful
Was this page helpful?