Skip to main content
DELETE
Permanently delete a registration. This action cannot be undone.
Registrations with validation_status: VALID cannot be deleted via API. If you need to remove a validated registration, please contact Commenda support.

Path Parameters

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

When to Use Delete vs. Close vs. Archive

Deletable Registrations

A registration can only be deleted when validation_status is one of:
  • PENDING — Default status, validation not yet requested
  • VALIDATION_IN_PROGRESS — Validation underway but not complete
  • INVALID — Validation failed

Non-Deletable Registrations

Registrations with validation_status: VALID cannot be deleted because:
  1. Filing history may be associated with the registration
  2. Tax calculations reference the registration
  3. Compliance records must be preserved
For these cases, use the Close endpoint instead.