# To use the Python SDK, install the package:
# pip install mem0ai
from mem0 import MemoryClient
client = MemoryClient(api_key="your_api_key", org_id="your_org_id", project_id="your_project_id")
# Delete a webhook
response = client.delete_webhook(webhook_id="your_webhook_id")
print(response)
# To use the Python SDK, install the package:
# pip install mem0ai
from mem0 import MemoryClient
client = MemoryClient(api_key="your_api_key", org_id="your_org_id", project_id="your_project_id")
# Delete a webhook
response = client.delete_webhook(webhook_id="your_webhook_id")
print(response)
Copy
Ask AI
{
"message": "Webhook deleted successfully"
}
Assistant
Responses are generated using AI and may contain mistakes.