Skip to main content
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)
This endpoint allows you to permanently delete an asset from the system.

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

Authorization
string
header
required

Path Parameters

asset_id
string
required

The unique identifier of the asset to delete

Response

200 - application/json

Asset deleted successfully

code
string

Response code indicating the result status

Example:

200

msg
string

Response message describing the operation result

Example:

"success"

data
null

Response data object (null for delete operations)

Example:

null

success
boolean

Indicates whether the operation was successful

Example:

true

failed
boolean

Indicates whether the operation failed

Example:

false