APIWebsites
Reset website reports
Deletes every report stored for this website, so analytics start from nothing. The website keeps collecting, and usage already counted this period is unchanged. This cannot be undone.
Requires the admin role on the website.
AuthorizationBearer <token>
An OpenID Connect access token issued by Keycloak, acting as the signed-in user.
In: header
Path Parameters
workspaceId*string
websiteId*string
Response Body
curl -X POST "https://api-next.centralcsp.com/v1/workspaces/string/websites/string/reset-reports"Empty
Delete a website DELETE
Deletes the website, its stored reports, its compliance records, and its access grants, and takes its ingestion endpoint offline.
Update ingestion settings PATCH
Changes how incoming reports are filtered and cleaned: which origins may send them, whether query strings, fragments, and referrers are stripped, and whether...