APIWebsites
Delete a website
Deletes the website, its compliance records, its technology inventory, and its access grants, and takes its ingestion endpoint offline. The stored reports are removed in the background, so the response does not wait for them. Usage already counted this period is not refunded. 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 DELETE "https://example.com/v1/workspaces/string/websites/string"Empty
Update a website PATCH
Changes the website's display name or its address. Only the fields you send are changed. The ingestion endpoint is not affected.
Reset website reports POST
Deletes every report stored for this website, along with the technology inventory built from them, so analytics start from nothing.