Skip to main content
DELETE
Delete a Memory

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

id
integer
required

A unique Memory identifier.

Response

A status object.

id
integer

A unique Memory identifier.

Example:

46530

deleted
boolean

If the operation succeeded, then true. Otherwise, false.

Example:

true