Skip to main content
DELETE
/
{app_id}
/
delete
  curl --request DELETE \
    --url http://localhost:8080/{app_id}/delete
{ "response": "App with id {app_id} deleted successfully." }

Documentation Index

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

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

  curl --request DELETE \
    --url http://localhost:8080/{app_id}/delete
{ "response": "App with id {app_id} deleted successfully." }

Path Parameters

app_id
string
required

Response

Successful Response

response
string
required