Delete app

Deletes an app.

delete

Deletes an app. Your API token must be provisioned to the same account where the app was uploaded.

Authorizations
X-API-KEYstringRequired

Use an API token for authentication via X-API-KEY header

Path parameters
publicKeystringRequired

The publicKey for the app.

Example: p7nww3n6ubq73r1nh9jtauqy8w
Responses
200

OK

No content

delete
/apps/{app_publicKey}
DELETE /v1/apps/{app_publicKey} HTTP/1.1
Host: api.appetize.io
X-API-KEY: YOUR_API_KEY
Accept: */*
200

OK

No content

Last updated