vito/resources/views/ssh/storage/dropbox/delete-file.blade.php
Saeed Vaziry cdbde063f0
use blade as conmmands template (#444)
* use blade as conmmands template

* fix lint

* fix ssl
2025-01-27 21:27:58 +01:00

7 lines
214 B
PHP

curl --location --request POST 'https://api.dropboxapi.com/2/files/delete_v2' \
--header 'Authorization: Bearer {{ $token }}' \
--header 'Content-Type: application/json' \
--data-raw '{
"path": "{{ $src }}"
}'