Delete an asset by its ID
This endpoint allows you to permanently delete an asset from the system.Documentation Index
Fetch the complete documentation index at: https://api-tools.memories.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
| asset_id | string | Yes | The unique identifier of the asset to delete (e.g., “re_657739295220518912”) |
| Parameter | Type | Description |
|---|---|---|
| code | string | Response code indicating the result status |
| msg | string | Response message describing the operation result |
| data | null | Response data object (null for delete operations) |
| success | boolean | Indicates whether the operation was successful |
| failed | boolean | Indicates whether the operation failed |
The unique identifier of the asset to delete
Asset deleted successfully
Response code indicating the result status
200
Response message describing the operation result
"success"
Response data object (null for delete operations)
null
Indicates whether the operation was successful
true
Indicates whether the operation failed
false