Delete

Delete

Certified

Delete a phpIPAM address

yaml
type: io.kestra.plugin.phpipam.ipam.address.Delete
yaml
id: phpipam_address_delete
namespace: company.team
tasks:
  - id: delete_address
    type: io.kestra.plugin.phpipam.ipam.address.Delete
    baseUrl: "https://ipam.example.com"
    appId: myapp
    auth:
      appToken: "{{ secret('PHPIPAM_APP_TOKEN') }}"
    addressId: "42"
Properties
Definitions
appTokenstring
passwordstring
usernamestring
Defaultfalse