file-manager_v1_files_batch_delete_delete
DELETE
/file-manager/v1/files/batch/delete/
const url = 'https://api.nudova.dev/api/file-manager/v1/files/batch/delete/';const options = {method: 'DELETE', headers: {Authorization: '<Authorization>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request DELETE \ --url https://api.nudova.dev/api/file-manager/v1/files/batch/delete/ \ --header 'Authorization: <Authorization>'Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”Media typeapplication/json