a84d4905fdbb

latestOpenAPI 3.1.02026-08-143874115.7 MB
Apps

Delete App

Deletes an app. The app stops resolving within seconds — a website's site stops serving, and any claimed subdomain is reserved for a month before it can be claimed again.

delete/apps/{id}

Response

app deleted

deletedboolean required

Always true.

idstring required

ID of the deleted app.

Example response

{
  "deleted": true,
  "id": "app_xxxxxxxxxxxxxx"
}