Delete ​Delete

yaml
type: "io.kestra.plugin.ldap.delete"
yaml
id: ldap_delete
namespace: company.team

tasks:
  - id: delete
    type: io.kestra.plugin.ldap.Delete
    description: What your task is supposed to do and why.
    userDn: cn=admin,dc=orga,dc=fr
    password: admin
    inputs:
       - "{{ outputs.some_task.uri_of_ldif_formated_file }}"
    hostname: 0.0.0.0
    port: 15060
Properties
SubType string
Default simple
Possible Values
simplegssapi