Endpoint
identifier can be:
- The tent UUID
- The current published alias for that tent
__index__for a tent published at the domain root
Request Examples
Delete by UUID:Response Example
What Gets Removed
Deleting a tent removes the tent record and its related public artifacts, including:- Uploaded tent assets
- Published page assets for that tent
- Alias reservations for published pages
- Form submission delivery configs tied to the tent
- Scheduled automations associated with the tent
Identifier Rules
- If you use a UUID, it must be a valid v4 tent ID
- If you use an alias, it must match the same alias validation rules as publishing
- For the root page, use
__index__in the path segment
Common Errors
| Status | Cause |
|---|---|
400 Bad Request | The identifier is empty or not a valid tent ID / alias |
401 Unauthorized | Missing or invalid bearer token |
404 Not Found | No tent in the workspace matches that UUID or alias |
Back to API Overview
Review the full public API endpoint map.