Modify a purge routine

Make changes to an automatic purge routine for a specific CP code.

Path Params
integer
required

Uniquely identifies a Content Provider.

Query Params
string

This identifies a subdirectory to target for purging.

Body Params
integer

When the ageDeletionSizeBytes value is reached for the target directory, this number is subtracted from the current date to determine a timestamp. Files older than this timestamp are purged.

string

The target directory for an Automatic Purge Routine.

string

POSIX regular expression pattern matching the filenames to exclude from the purge.

boolean
Defaults to false

Whether subdirectories within the target directory are also included in the purge. If false, only files within the target directory are purged.

string

POSIX regular expression pattern matching the filenames to include in the purge.

integer

Automatic purge occurs when the target directory reaches this size, in bytes.

Response
200

Successful Response

Language
Authentication
URL
Click Try It! to start a request and see the response here!