Skip to content
Davide Caroselli edited this page Feb 5, 2018 · 2 revisions

Quick example

curl -X DELETE http://localhost:8045/memories/1 | python -mjson.tool

{
    "status": 200
}

Description

This method deletes the specified memory and all its content.

Resource URL

http://localhost:8045/memories/:id

Parameters

None. The id of the memory is specified directly in the URL.

Response Fields

None.