curl --request DELETE \
--url https://app.azalt.co/api/v1/media/{mediaId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>"
}Belirtilen dosyayı veritabanı ve bulut depolamadan kalıcı olarak kaldırır; işlem audit kaydı oluşturur.
curl --request DELETE \
--url https://app.azalt.co/api/v1/media/{mediaId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>"
}