Skip to main content

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:
Delete by alias:
Delete a root-page tent:

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

Back to API Overview

Review the full public API endpoint map.