Memory Management
Delete Memory
Permanently delete a specific memory blob. Requires the user’s ID.
DELETE
Permanently delete a specific memory blob. Requires the user’s ID.
This operation is irreversible.
Authorization
Requires Bearer
token authentication using your Developer JWT.
Authorizations
JWT token obtained via /auth/token
endpoint.
Path Parameters
The unique ID of the memory blob to delete.
Query Parameters
The unique ID of the user who owns the memory blob.
Response
200
application/json
Memory blob deleted successfully.
The response is of type object
.