v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
PayrollEmployees > Identifier

Deletes an Identifier

Reads Payroll employee identifier codes, current countries supported are Portugal, Italy and Germany

delete/api/2026-07-01/resources/payroll_employees/identifiers/{id}

Path parameters

idstring required

payroll employee identifier

Response

OK

idstring required

payroll employee identifier

employee_idstring required

identifier of the employee

social_security_numberstring

social security number of the employee

tax_idstring

tax id of the employee

country'pt' | 'de' | 'it' required

country code of the employee pt | it | de

Example response

{
  "id": "1",
  "employee_id": "1",
  "country": "it"
}