Skip to main content

Bulk delete Identity Attributes

DELETE 

/identity-attributes/bulk-delete

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

Use this API to bulk delete 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

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

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...