# Clear user memory **DELETE /z1/memory/clear** Delete all memory/context for a specific user. Useful for: - Starting fresh conversations - Privacy compliance (user data deletion) - Testing ## Servers - Production server: https://api.plimverai.tech (Production server) - Azure production server: https://zenux-api.redglacier-fb4abe56.southafricanorth.azurecontainerapps.io (Azure production server) ## Authentication methods - Bearer auth - Api key auth ## Parameters #### Query parameters - **user_id** (string) User ID to clear memory for ## Responses ### 200: Memory cleared successfully #### Body Parameters: application/json (object) - **status** (string) - **message** (string) ### 401: Unauthorized - invalid or missing API key #### Body Parameters: application/json (object) - **status** (string) - **message** (string) - **code** (string) - **details** (object | null) [Powered by Bump.sh](https://bump.sh)