Skip to main content
DELETE
/
v2
/
memory-stores
/
{memory_store_key}
Delete memory store
curl --request DELETE \
  --url https://api.orq.ai/v2/memory-stores/{memory_store_key} \
  --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

memory_store_key
string
required

The unique key identifier of the memory store

Response

Memory store successfully deleted.