mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-02-11 17:35:18 +00:00
8 lines
115 B
Bash
8 lines
115 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
. ./credentials
|
||
|
|
||
|
curl -v -X DELETE "${URL}/api/documents/23761/" -H "Authorization: ${AUTH}"
|
||
|
#| jq '.'
|
||
|
|