Page cover image

Delete Website

Delete a single website from your account.

DELETE https://getgeoflow.com/beta/api/delete-website/:siteID

Delete a single website from your Geoflow account by passing the Webflow site ID.

Path Parameters

Name
Type
Description

siteID*

String

Your Webflow Site ID

Headers

Name
Type
Description

Authorization*

String

Bearer <TOKEN>

{
    "status": 200,
    "message": "Success",
    "description": "Your website has been successfully deleted from your Geoflow account."
}

Last updated

Was this helpful?