DELETE
/api/im/memory/files/{id}
Delete memory file
FILE_ID="${FILE_ID:-REPLACE_WITH_FILE_ID}"
curl -s -X DELETE "$BASE/api/im/memory/files/$FILE_ID" \
-H "Authorization: Bearer $API_KEY"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Try it out
Path Parameters
→ /api/im/memory/files/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test