Build faster with AI AI icon Get started with Webflow’s MCP Server

Log inSubmit an appGet started
ReferenceGuidesExamplesChangelog
ReferenceGuidesExamplesChangelog
  • Data API
    • Introduction
  • Token
    • GETGet Authorization User Info
    • GETGet Authorization Info
  • Sites
    • GETList Sites
    • GETGet Site
    • GETGet Custom Domains
    • POSTPublish Site
  • Pages and Components
  • CMS
  • Forms
  • Custom Code
  • Assets
  • Comments
    • GETList Comment Threads
    • GETGet Comment Thread
    • GETList Comment Replies
  • Users
  • Ecommerce
  • Webhooks
    • GETList Webhooks
    • GETGet Webhook
    • POSTCreate Webhook
    • DELRemove Webhook
  • Enterprise
LogoLogo
Log inSubmit an appGet started
EnterpriseSite ConfigurationWell-Known Files

Delete a well-known file

DELETE
https://api.webflow.com/v2/sites/:site_id/well_known
DELETE
/v2/sites/:site_id/well_known
1curl -X DELETE https://api.webflow.com/v2/sites/580e63e98c9a982ac9b8b741/well_known \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{}'
Try it
204No Content
1{}
Delete existing well-known files from a site. <Warning title="Enterprise Only">This endpoint requires an Enterprise workspace.</Warning> Required scope: `site_config:write`

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

site_idstringRequiredformat: "objectid"
Unique identifier for a Site

Request

This endpoint expects an object.
fileNameslist of stringsOptional
A list of file names to delete

Response

File deleted successfully

Errors

Was this page helpful?
Previous

Create Site

Next
Built with

Delete existing well-known files from a site.

Enterprise Only
This endpoint requires an Enterprise workspace.

Required scope: site_config:write