v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
App Builder

Delete App

Delete a single app. This API requires a registered application key. Alternatively, you can configure these permissions in the UI.

delete/api/v2/app-builder/apps/{app_id}

Path parameters

app_idstring uuid required

The ID of the app to delete.

Response

OK

Example response

{
  "data": {
    "id": "65bb1f25-52e1-4510-9f8d-22d1516ed693",
    "type": "appDefinitions"
  }
}