Skip to main content
DELETE
/
fastedge
/
v1
/
admin
/
apps
/
{app_id}
Delete an app
curl --request DELETE \
  --url https://api.gcore.com/fastedge/v1/admin/apps/{app_id} \
  --header 'Authorization: <api-key>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

app_id
integer<int64>
required

ID of the app

Response

Application successfully deleted