mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-02-06 15:05:46 +00:00
8 lines
113 B
Bash
8 lines
113 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
. ./credentials
|
||
|
|
||
|
curl -v -X DELETE "${URL}/api/saved_views/3/" -H "Authorization: ${AUTH}"
|
||
|
#| jq '.'
|
||
|
|