post https://{hostname}/api/content-control/v1/purge
Add a new item to purge content for a particular originId
. The uriPatterns
list contains URL patterns that can match a file, for example: /dir1/subdir1/unauthorized.flv
. If you want to remove all content assets within a specific directory, include the wildcard asterisk (*
) at the end of the entry, for example: /dir1/subdir2/*
will purge all the assets within /dir1/subdir2/
.