Skip to main content

Bulk delete Identity Attributes

POST 

/identity-attributes/bulk-delete

This deletes identity attributes for a given set of names. Attributes that are currently mapped in an Identity Profile cannot be deleted. The system and standard properties must be set to false before you can delete an identity attribute.

Request

Body

required
    ids string[]

    List of identity attributes' technical names

Responses

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

Loading...