Skip to main content
DELETE
/
v1
/
memories
/
{id}
Delete memory
curl --request DELETE \
  --url http://localhost:8080/v1/memories/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key with mk_ or rk_ prefix

Path Parameters

id
string<uuid>
required

Response

204

Memory deleted