Skip to main content

Delete Supplier Invoice (v1)

Method & Path

DELETE /api/v1/workspace/:workspaceId/supplier-invoices/:invoiceId

Actual backend path: DELETE /v1/workspace/:workspaceId/supplier-invoices/:invoiceId

Description

Delete a supplier invoice. Payments linked to this invoice may be unlinked or handled per backend logic.

Authentication

Required: Workspace JWT.

Headers

HeaderRequiredDescription
AuthorizationYesBearer <workspace_token>

Path Parameters

ParameterTypeRequiredDescription
workspaceIdstringYesWorkspace identifier
invoiceIdstringYesSupplier invoice identifier

Response 204 No Content

No body.

Common Errors

  • 401 Unauthorized: Missing or invalid token
  • 403 Forbidden: Workspace access denied
  • 404 Not Found: Workspace or invoice not found
  • 500 Internal Server Error: Server error