> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getmetal.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Memory

> This endpoint deletes a single memory.

### Params

<ParamField required path="sessionId" type="string">
  The Session ID
</ParamField>

<RequestExample>
  ```bash Example Request theme={null}
  curl --location --request DELETE 'https://api.getmetal.io/v1/motorhead/sessions/{sessionId}/memory' \
  --header 'Content-Type: application/json' \
  ```
</RequestExample>
