Skip to main content
POST
Archive a registration to completely exclude it from tax calculations and hide it from default list views. Archived registrations are preserved for historical records but no longer participate in tax processing.

Path parameters

tax_registration_id
string
required
The unique identifier (UUID) of the registration to archive.

What happens when you archive

  • Tax calculations stop — The registration is no longer considered when calculating taxes
  • Hidden from views — Excluded from list results unless you set include_archived: true
  • Data preserved — All historical data remains intact for reference

Archive vs. close vs. delete

If you need to stop collecting tax starting from a specific date but preserve calculations for the historical period, use Close instead.

Viewing archived registrations

To include archived registrations in list results, set include_archived: true:
Archived registrations will have a non-null archived_at timestamp.