Skip to main content

Delete an extended search attribute in IdentityNow.

DELETE 

/accounts/search-attribute-config/:name

This API accepts an extended attribute name and deletes the corresponding extended attribute configuration. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    name stringrequired

    Name of the extended search attribute configuration to delete.

Responses

No content - indicates the request was successful but there is no content to be returned in the response.

Loading...