Invalidates the CDN distribution cache for the specified paths.

Behavior: Sends an invalidation request to the CDN distribution for the paths specified in the input model. This forces the CDN to fetch fresh content from the origin on subsequent requests.

Authorization: Requires an authenticated user via the [Authorize] attribute.

Side Effects: Triggers a CDN cache invalidation which may temporarily increase origin load.

Error Scenarios: Returns 400 if the input model is null or invalid.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The InvalidateDistrubutionModel input containing the distribution paths to invalidate.

Represents a request to invalidate a CloudFront distribution cache for a specified path.

string
enum

Content

PublicApi

RestrictedContent

Allowed:
string | null

Gets or sets the path pattern to invalidate within the distribution cache.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

401

Unauthorized. The caller must provide a valid Bearer token.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json