DELETE
/
user-memories
/
{user_memory_id}
cURL
curl --request DELETE \
  --url https://api.datagrid.com/v1/user-memories/{user_memory_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_memory_id
string
required

The ID of the user memory to delete.

Response

204

Successfully deleted user memory