Media
Delete Media
Soft-delete a media item. The underlying file is retained in S3 for potential restore.
DELETE
Delete Media
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Soft-delete a media item. The underlying file is retained in S3 for potential restore.
curl --request DELETE \
--url https://api.oviond.com/v1/media/:id \
--header 'Authorization: Bearer <token>'{
"success": true
}curl --request DELETE \
--url https://api.oviond.com/v1/media/:id \
--header 'Authorization: Bearer <token>'{
"success": true
}