Delete Asset
Asset Management
Delete Asset
Delete an asset by its ID
DELETE
Delete Asset
Product: Visual Intelligence — Asset Management
Use case: Upload, manage, and download video/image assets used by other Visual Intelligence APIs
Host:
https://mavi-backend.memories.ai/serve/api/v2
Auth: Authorization: sk-mavi-... (no Bearer prefix)Code Examples
Path Parameters
Response
Returns a confirmation of the deletion.Response Parameters
Notes
- This operation is irreversible
- All associated data will be permanently removed
- Returns error if asset ID doesn’t exist
Authorizations
Path Parameters
The unique identifier of the asset to delete
Response
200 - application/json
Asset deleted successfully
Response code indicating the result status
Example:
200
Response message describing the operation result
Example:
"success"
Response data object (null for delete operations)
Example:
null
Indicates whether the operation was successful
Example:
true
Indicates whether the operation failed
Example:
false
