Delete

Delete

Certified

Delete a phpIPAM subnet

yaml
type: io.kestra.plugin.phpipam.ipam.subnet.Delete
yaml
id: phpipam_subnet_delete
namespace: company.team
tasks:
  - id: delete_subnet
    type: io.kestra.plugin.phpipam.ipam.subnet.Delete
    baseUrl: "https://ipam.example.com"
    appId: myapp
    auth:
      appToken: "{{ secret('PHPIPAM_APP_TOKEN') }}"
    subnetId: "10"
Properties
Definitions
appTokenstring
passwordstring
usernamestring
Defaultfalse