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."
}
Developer Warning: Never share your API key with anyone or add it to client-side code. Where possible, use environment variables in your backend to keep your API key secure.
Last updated
Was this helpful?