Hello, I want to disable the email notification to an specific signer, I already try this

'delivery' => [
                              'email' => false,
                              'provider' => false,
                              'download' => false
                          ]

but the email is always sent. I use php for my project.

Thank you.