Python
Webhook APIs
Delete Webhook
Delete an existing webhook by its ID to stop receiving notifications for memory events.
DELETE
Python
Authorizations
API key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Path Parameters
Unique identifier of the webhook.
Response
Webhook deleted successfully
Example:
"Webhook deleted successfully"