Skip to main content
DELETE
Delete Application
Authorization
string
required
The API key for your account. You can find this in your account settings.
Deleting an application permanently removes it from the cluster it runs on, releases any custom domain attached to it (unless another of your applications still serves that hostname), and invalidates your cached project and workspace listings so the change shows up immediately in the dashboard and API. This action cannot be undone through the API. If you only want to free up resources temporarily, use Stop Application instead, or take a snapshot first so you can restore the application later. The request is rejected while a snapshot restore is already running for the same application. It is rate limited to 1 request every 3 seconds per user.

Parameters

app_id
string
required
The ID of the application. You can find this in the URL of your application’s dashboard.

Response

status
string
Indicates whether the call was successful.. success if successful, error if not.

Common errors