Skip to main content

Delete Identity Attribute

DELETE 

/identity-attributes/:name

This deletes an identity attribute with the given name. The system and standard properties must be set to false before you can delete an identity attribute. A token with ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    name stringrequired

    The attribute's technical name.

    Example: displayName

Responses

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

Loading...