DELETE
/
silo
/
v1
/
spool
/
{key}
curl --request DELETE \
  --url https://api.invopop.com/silo/v1/spool/{key} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>

Path Parameters

key
string
required

Key of the file provided during upload

Example:

"2025-W20-123467abcde-invoice.xml"

Response

204

No Content