paperless/tests/test-delete.sh

8 lines
115 B
Bash
Raw Normal View History

2023-01-20 14:21:01 +00:00
#!/bin/sh
. ./credentials
curl -v -X DELETE "${URL}/api/documents/23761/" -H "Authorization: ${AUTH}"
#| jq '.'