Delete a previously uploaded entry from the spool.
cURL
curl --request DELETE \ --url https://api.invopop.com/silo/v1/spool/{key} \ --header 'Authorization: Bearer <token>'
Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>
Bearer
Authorization: Bearer <token>
Key of the file provided during upload
"2025-W20-123467abcde-invoice.xml"
No Content
Was this page helpful?