v1

latestOpenAPI 3.1.02026-07-24440202.2 KB

Cloudfront CDN cache invalidation

Invalidate an asset’s CloudFront CDN cache to quickly update or remove the public embed links

delete/InvalidateCloudfrontCache_2cl_v1

Request body

accessKeysstring[]

Your CloudFront distribution’s access key. Either <code>accessKeys</code> or <code>identifiers</code> are required.

identifiersstring[]

The unique ID of one or more assets you’re invalidating the cache for. Either <code>accessKeys</code> or <code>identifiers</code> are required.

cdnApiIdstring

The <a href="https://developer.orangelogic.com/reference/cloudfront-cdn-cache-invalidation#get-cloudfront-distribution-information" target="_blank">API ID of the Cloudfront distribution</a> used to distribute this asset’s formats.

distributionDomainNamestring

The distribution domain name of the CloudFront distribution used to distribute this asset’s formats.

Response

200

successboolean
successAccessKeysobject[]
failedAccessKeysobject[]
errorMessagestring

Example response

{
  "success": true
}