The Spanish version is the authoritative reference. View in Spanish
deleteCertificate
DELETE /api/certificates/delete/{countryId}
Deletes a certificate from an account. Requires that it is not the only active certificate.
SBX
https://gosocket-onboarding-api-sbx.gosocket.net/api/certificates/delete/{countryId}PRD
https://global-apim-prd.gosocket.net/ms-onboardingapi/api/certificates/delete/{countryId}| 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 Country Parameters for the complete list.