Skip to main content

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

Archiving requested. Deletion will occur after processing. Empty body.