Delete an interface attribute

Use this API to delete an attribute of an interface.  

Resource Information

Method

URL

Required authentication

DELETE

/V1/CMDB/Interfaces/Attributes

Yes

Parameters

Name

Description

Token*required
(header)

Place the token received from the API Log in to get an authentication token.

attributeName*required
(query)

The name of the attribute that you want to delete.

InterfaceType*required
(query)

The interface type that the created attribute applies to, such as intfs (Layer 2 topology type interfaces), ipIntfs (IPv4 L3 topology type interfaces), and ip6Intfs (IPv6 L3 topology type interfaces).

Response

Parameter

Type

Description

Example

statusCode

integer

The returned status code of executing the API.

{
  "statusCode"790200,
  "statusDescription""success"
}

statusDescription

string

The explanation of the status code.