API Guide

"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
DELETE /fabrics-intents/{fabric-intent-id}/host-
networks/{host-network-id}
Deletes a specific host network object from a fabric intent using the host network ID.
API
DELETE /fabrics-intents/{fabric-intent-id}/host-networks/{host-network-id}
Description This API deletes a host network object identified by host-network-id within a fabric intent identified by fabric-
intent-id. This operation can only be done if this host network is not deployed earlier, and the fabric intent is in
DRAFT state.
Parameters
Table 44. API parameters
Filter name Description
fabric-intent-id
string
(path)
Unique identifier of the fabric intent. For example:
41:51776562459279527
host-network-id Unique identifier of the host network object. For
example:
46:51776822585327789
Response status
codes
200 — Success or error response
{
"new_object_id": null,
"id": "host_network_delete_success",
"message": "Host Network Delete Successfully",
"messageParams": [
"string"
],
Host-networks 89