cURL
curl --request DELETE \ --url https://api.datagrid.com/v1/user-memories/{user_memory_id} \ --header 'Authorization: Bearer <token>'
Delete a user memory
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the user memory to delete.
Successfully deleted user memory