DELETE
/
cloud
/
apps
JavaScript
import Morphik from 'morphik';

const client = new Morphik({
  apiKey: 'My API Key',
});

const response = await client.cloud.deleteApp({ app_name: 'app_name' });

console.log(response);
{}

Headers

authorization
string

Query Parameters

app_name
string
required

Name of the application to delete

Response

200
application/json

Successful Response

The response is of type object.