Delete Help Center
Deletes a help center and every collection inside it. Articles survive but are unlinked from their collections, so they disappear from navigation while their content remains. Returns 404 if the help center does not exist. Cannot be undone.
Authorization
Authorization In: header
Path Parameters
ID of the project that owns the help center.
ID of the help center to delete.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://www.saasco.com/api/v2/projects/string/knowledge/help-centers/string"true{
"code": "BAD_REQUEST",
"message": "Invalid input data",
"issues": []
}{
"code": "UNAUTHORIZED",
"message": "Authorization not provided",
"issues": []
}{
"code": "FORBIDDEN",
"message": "Insufficient access",
"issues": []
}{
"code": "NOT_FOUND",
"message": "Not found",
"issues": []
}{
"code": "INTERNAL_SERVER_ERROR",
"message": "Internal server error",
"issues": []
}Update Help Center
Updates a help center's presentation and settings: display name, theme, Google Analytics ID, and whether the public site is enabled. Only the fields present in the body are written. Custom domains are managed separately through the domain endpoints.
Get Public Help Center
Fetches a project's help center as readers see it: the public configuration used to render the site. Returns `null` when the help center exists but is not published.