Update a tax form for the authenticated worker
Authentication
Path parameters
Public ID (UUID) of the tax form to replace, as returned by the create or list endpoints.
Public ID (UUID) of the tax form to replace, as returned by the create or list endpoints.
Replace the authenticated worker’s existing tax form with a corrected version, for example to fix a mistyped tax identification number, legal name or address. The worker is resolved from the access token and only their own forms are addressable. The body is the complete form rather than a partial update: an optional field left out is cleared, except contractor_signature, which keeps the value already on file when omitted — it must be supplied when the stored form carries no signature. client_legal_entity_id is not accepted — the legal entity is part of the form’s uniqueness key and can never be reassigned. The worker must have an active (non-terminated) contract with the form’s legal entity. Editing a form whose 1099 has already been filed with the IRS is permitted but does not refile it.
Token scopes: worker:write
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/