Skip to main content
DELETE
/
v1
/
carousel
/
generations
/
{generationId}
Delete a carousel generation
curl --request DELETE \
  --url https://api.yalg.ai/v1/carousel/generations/{generationId} \
  --header 'x-api-key: <api-key>'
{
  "statusCode": 400,
  "message": "Validation failed",
  "error": "Bad Request",
  "code": "validation_failed"
}

Authorizations

x-api-key
string
header
default:yalg_live_your_api_key
required

YALG Developer API key. Send it in the x-api-key header from a server-side environment only.

Path Parameters

generationId
string
required

Carousel generation identifier.

Example:

"018f9f45-23d1-7cb2-8f1f-87921d472a80"

Response

Generation deleted successfully