7.0

Table Of Contents
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
If you are not using the API Explorer, verify that you have a valid HTTP bearer token that matches
your login credentials. See Chapter 3 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.
Parameter Description
URL https://$host/iaas-proxy-provider/api/network/profiles/$id
Method Delete
$host Specifies the host name and fully qualified domain name or IP
address of the vRealize Automation identity server.
Programming Guide
VMware, Inc. 370