mirror of
				https://codeberg.org/SeedDMS/paperless
				synced 2025-10-31 13:18:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			115 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| . ./credentials
 | |
| 
 | |
| curl -v -X DELETE "${URL}/api/documents/23761/" -H "Authorization: ${AUTH}"
 | |
| #| jq '.'
 | |
| 
 | 
