Delete an index attribute

delete

/gsadmin/v1/{appName}/attributes/{owner}/{attributeName}

Deletes an existing index attribute from the specified attributes list.

Request

Supported Media Types
  • application/json
Path Parameters
appName
Type: string
Required: true
Specifies the name of your application, for example, Discover.
attributeName
Type: string
Required: true
Specifies the attribute name in the owner's index attributes, for example, "product.name"
owner
Type: string
Required: true
Specifies the owner of the index attributes, for example, system.
Security
basicAuth
Type: basic
Description: Basic username/password authentication.

Response

Supported Media Types
  • application/json
202 Response
Index attribute successfully deleted.
Body
Root Schema : Response
Type: object