Delete Website
Permanently delete a website and all its associated analytics data.Endpoint
Headers
Bearer token for authentication
Path Parameters
Website UUID to delete
Response
Returns a 200 OK status with an empty response body on successful deletion.Example Request
Error Responses
Unauthorized - You don’t have permission to delete this website
Not Found - Website does not exist
Permissions
To delete a website, you must be:- The website owner (for personal websites)
- A team manager or owner (for team websites)
- A system administrator
Consider using the Reset Website endpoint if you want to clear analytics data while keeping the website configuration.