CentralCSP
APIWebsites

Delete a website

Deletes the website, its stored reports, its compliance records, and its access grants, and takes its ingestion endpoint offline. Usage already counted this period is not refunded. This cannot be undone.

Requires the admin role on the website.

DELETE
/v1/workspaces/{workspaceId}/websites/{websiteId}

Authorization

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://api-next.centralcsp.com/v1/workspaces/string/websites/string"
Empty