Skip to main content

Documentation Index

Fetch the complete documentation index at: https://morphik.ai/docs/llms.txt

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

def delete_app(
    app_name: str,
) -> Dict[str, Any]

Parameters

  • app_name (str): Name of the app to delete

Returns

  • Dict[str, Any]: API response with delete status

Examples

db.delete_app("staging-app")