Delete
Certified
Delete a phpIPAM address
Delete
Certified
Delete a phpIPAM address
yaml
type: io.kestra.plugin.phpipam.ipam.address.DeleteExamples
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
addressId *Requiredstring
appId *Requiredstring
auth *RequiredNon-dynamic
Definitions
io.kestra.plugin.phpipam.PhpipamAuthentication
appTokenstring
passwordstring
usernamestring
baseUrl *Requiredstring
insecureTls booleanstring
Default
false