Deleting a script using the REST API

Instructions and examples in this document use an IP address that is reserved for documentation, 192.0.2.5, as an example of the IP address for the switch. To access your switch, you must use the IP address or hostname of that switch.

NOTE:

Deleting a script also deletes all agents associated with that script.

Prerequisites
  • You must be logged in to the switch REST API with a user name that has administrator rights.

  • The switch REST API access mode must be read-write.

Procedure
To delete a script, use the DELETE method on the URI of the script.

The following example deletes the script: com.myco.bgp_mon.

DELETE https://192.0.2.5/rest/v1/system/nae_scripts/com.myco.bgp_mon