EnterpriseSite ConfigurationWell-Known FilesDelete a well-known fileCopy pageDELETEhttps://api.webflow.com/v2/sites/:site_id/well_knownDelete existing well-known files from a site. <Warning title="Enterprise Only">This endpoint requires an Enterprise workspace.</Warning> Required scope: `site_config:write` AuthenticationAuthorizationBearerBearer authentication of the form Bearer <token>, where token is your auth token.Path Parameterssite_idstringRequiredformat: "objectid"Unique identifier for a SiteRequestThis endpoint expects an object.fileNameslist of stringsOptionalA list of file names to deleteResponseFile deleted successfullyErrors400Bad Request Error401Unauthorized Error404Not Found Error429Too Many Requests Error500Internal Server Error