Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The ids of the billing provider configurations to archive
Response
Success
Deprecate an existing billing configuration for a customer to handle churn or billing and collection preference changes. Archiving a billing configuration takes effect immediately. If there are active contracts using the configuration, Metronome will archive the configuration on the contract and immediately stop metering to downstream systems.
A successful response returns:
success: Boolean indicating the operation completed successfullyerror: Null on success, error message on failureBearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ids of the billing provider configurations to archive
Success