Skip to main content
DELETE
/
cabinet
/
admin
/
apps
/
platforms
/
{platform}
/
{app_id}
Delete App
curl --request DELETE \
  --url http://localhost:8080/cabinet/admin/apps/platforms/{platform}/{app_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

platform
string
required
app_id
string
required

Response

Successful Response