v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBApp Builder
Delete Multiple Apps
Delete multiple apps in a single request from a list of app IDs. This API requires a registered application key. Alternatively, you can configure these permissions in the UI.
delete/api/v2/app-builder/apps
Request body
Example request
{
"data": [
{
"id": "aea2ed17-b45f-40d0-ba59-c86b7972c901",
"type": "appDefinitions"
},
{
"id": "f69bb8be-6168-4fe7-a30d-370256b6504a",
"type": "appDefinitions"
},
{
"id": "ab1ed73e-13ad-4426-b0df-a0ff8876a088",
"type": "appDefinitions"
}
]
}Response
OK
Example response
{
"data": [
{
"id": "65bb1f25-52e1-4510-9f8d-22d1516ed693",
"type": "appDefinitions"
}
]
}