7.1

Table Of Contents
"primaryWinsAddress": "10.0.0.1",
"secondaryWinsAddress": ""
}
Example: JSON Output
The output contains an empty HTTP response body and the following status code.
204 No Content
Delete a Network Profile
You can use the vRealize Automation REST API network service to delete an existing network profile.
Prerequisites
n
Log in to vRealize Automation as a tenant administrator.
n
Verify that the host name and fully qualified domain name of the vRealize Automation instance are
available.
n
Verify that you have a valid HTTP bearer token that matches your login credentials. See Chapter 2
REST API Authentication.
n
Obtain the network profile ID to delete. See Get a Network Profile List.
Procedure
u
Delete the network profile.
The following example command deletes the network profile 263b80f5-d34f-47f2-
b0b1-5a3db991c2e9.
curl –X “Delete” --insecure -H "Accept:application/json"
-H "Authorization: Bearer $token"
https://$host/network/profiles/263b80f5-d34f-47f2-b0b1-5a3db991c2e9
The output contains an empty HTTP response body and the following status code.
204 No Content
Syntax for Deleting a Network Profile
You can use the vRealize Automation REST API to delete an existing network profile.
Input
Use the supported input parameters to control the command output.
Programming Guide
VMware, Inc. 341