deleteCertificate
DELETE /api/certificates/delete/{countryId}
Deletes a certificate from an account. Requires that it is not the only active certificate.
| Field | Type | Req. | Description |
|---|---|---|---|
countryId (path) | string | Required | ISO country code |
taxId | string | Required | Company TaxId |
certificateId | string (GUID) | Required | Certificate ID to delete |
deleteCertificate
{
"taxId": "{{taxId}}",
"certificateId": "{{certificateId}}"
}Countries with certificate
This endpoint only applies to countries that require a digital certificate. See Onboarding by Country for the complete list.