Purges the cache for an application’s subdomain or custom domain, optionally for specific paths.
["https://example.com/path1", "https://example.com/path2"]
). If not provided, the cache for all paths under the application’s subdomain or custom domain is purged.success
if successful, error
if not.error
if not successful.UNAUTHORIZED
: The user is not authenticated or lacks sufficient permissions.UNAUTHORIZED_APP
: The specified application does not exist or does not belong to the user.NO_AUTHORIZED_PATHS
: None of the provided paths are valid or belong to the application’s subdomain or custom domain.PURGE_FAILED
: The cache purge operation failed.