Rejects the quote of an EOR contract. Rejection is only accepted while the contract is in one of new, under_review, waiting_for_client_sign, waiting_for_eor_sign, waiting_for_employee_contract, waiting_for_employee_sign or awaiting_deposit_payment. Rejection is terminal — there is no public endpoint to un-reject a contract, and a contract already in rejected cannot be rejected again. The token must hold the contracts.edit permission on the contract.
Token scopes: contracts: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/