Back to Mem0

Delete

embedchain/docs/examples/rest-api/delete.mdx

2.0.1252 B
Original Source
<RequestExample>
bash
  curl --request DELETE \
    --url http://localhost:8080/{app_id}/delete
</RequestExample> <ResponseExample>
json
{ "response": "App with id {app_id} deleted successfully." }
</ResponseExample>