Skip to main content
DELETE
/
v1
/
apps
/
{id}
Delete app
curl --request DELETE \
  --url https://{defaultHost}/v1/apps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.scute.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Secret token

Path Parameters

id
string
required

App ID

Response

no content