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);
{}
Delete all resources associated with a given cloud application.
Name of the application to delete Name of the application to delete
Successful Response
The response is of type Response Delete Cloud App Apps Delete · object.
Response Delete Cloud App Apps Delete · object
Was this page helpful?