Deactive Integration
Undo integration via API
Deactivate (DELETE) an integration
When you want to deactivate a network or integration you can call the following DEL request. It will remove the integration from the selected account.
- Endpoint:
Host + "/v1/einvoices/registrations/{registrationID}/integrations/{integrationID}"
Example:
Environment | Command |
---|---|
Sandbox | DELETE https://api.sandbox.billit.be/v1/einvoices/integrations/588999 |
Production | DELETE https://api.billit.be/v1/einvoices/integrations/588999 |
Updated about 14 hours ago