Delete a business registry configuration optionally triggering invoice archiving
DELETE/business-registry-configurations/:fiscalId
Delete the business registry configuration. Add ?archiveInvoices=true to request asynchronous invoice archiving before final removal.\n\nBehavior: \n- Without parameter or archiveInvoices=false -> Immediate delete (204 No Content).\n- With archiveInvoices=true -> Starts async archiving (202 Accepted). The configuration is deleted at the end of archiving.\n
Request
Responses
- 202
- 204
- 404
- 409
Archiving requested. Deletion will occur after processing. Empty body.
Configuration deleted immediately (no archiving). Empty body.
Configuration not found for current user.
Cannot delete due to existing references