mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 03:02:20 +00:00
7 lines
214 B
PHP
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 }}"
|
|
}'
|