API Guide
404 — Requested entity does not exist
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"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 /fabric-intents/{id}
Deletes a fabric intent.
API
DELETE /fabric-intents/{id}
Description This API deletes a fabric intent represented by the requested id.
Parameters
Table 30. API parameters
Filter name Description
*id
string
(path)
Unique identifier of the fabric intent. For example:
41:3A51771177706553346
Responses 200 — Success or error response
{
"new_object_id": null,
"id": "fabric_intent_delete_success",
"message": "Fabric Intent deleted successfully",
"messageParams": [],
"messages": [
64 Fabrics-intents










