Registrations V2
Archive Registration
Archive a V2 registration to stop tax calculations and hide from default views
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.
Archived registrations will have a non-null
Path parameters
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, setinclude_archived: true:
archived_at timestamp.
Related
- Close Registration — Stop on a specific date (preserves historical calculations)
- Delete Registration — Permanently remove
- List Registrations — Use
include_archived: trueto see archived registrations