cisco.dnac.service_provider_profile_delete – Resource module for Service Provider Profile Delete¶
Note
This plugin is part of the cisco.dnac collection (version 3.1.1).
To install it use: ansible-galaxy collection install cisco.dnac
.
To use it in a playbook, specify: cisco.dnac.service_provider_profile_delete
.
New in version 1.0.0: of cisco.dnac
Synopsis¶
Manage operation delete of the resource Service Provider Profile Delete.
Note
This module has a corresponding action plugin.
Parameters¶
Parameter | Choices/Defaults | Comments |
---|---|---|
sp_profile_name
string
|
Sp-profile-name path parameter. Sp profile name.
|
See Also¶
See also
- Service Provider Profile Delete reference
Complete reference of the Service Provider Profile Delete object model.
Examples¶
- name: Delete by name
cisco.dnac.service_provider_profile_delete:
dnac_host: "{{dnac_host}}"
dnac_username: "{{dnac_username}}"
dnac_password: "{{dnac_password}}"
dnac_verify: "{{dnac_verify}}"
dnac_port: "{{dnac_port}}"
dnac_version: "{{dnac_version}}"
dnac_debug: "{{dnac_debug}}"
sp_profile_name: string
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Rafael Campos (@racampos)