Registrations
Delete registration
Allows customers to remove a sales tax registration with validation_status
in PENDING
, INVALID
, or VALIDATION_IN_PROGRESS
states. Customers should reach out directly to Commenda for registrations in VALID
state.
DELETE
/
registrations
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe unique identifier of the registration to delete.