Delete a module attribute

Use this API to delete an attribute of a module.  

Resource Information

Method

URL

Required authentication

DELETE

/V1/CMDB/Modules/Attributes

Yes

Parameters

Name

Description

Token*required
(header)

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

body*required
(body)

The body contains one parameter:

attributeName: the name of the attribute that you want to delete.

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.