Files
api-specs/idn/beta/paths/identity-attributes-bulk-delete.yaml
GitHub Action Bot 05a43a62ce Automated commit 'Merge pull request #1502 from sailpoint/th/idnarsenal-20689
IDNARSENAL-20689: added descriptions, fixed response code' by github action: 7065481518
2023-12-01 21:40:26 +00:00

33 lines
1.0 KiB
YAML

post:
operationId: deleteIdentityAttributesInBulk
tags:
- Identity Attributes
summary: Bulk delete Identity Attributes
description: >-
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.
security:
- UserContextAuth: [ idn:identity-profile-attribute-bulk:delete ]
requestBody:
required: true
content:
application/json:
schema:
$ref: "../../v3/schemas/identity-attributes/IdentityAttributeNames.yaml"
responses:
"204":
$ref: "../../v3/responses/204.yaml"
"400":
$ref: "../../v3/responses/400.yaml"
"401":
$ref: "../../v3/responses/401.yaml"
"403":
$ref: "../../v3/responses/403.yaml"
"404":
$ref: "../../v3/responses/404.yaml"
"429":
$ref: "../../v3/responses/429.yaml"
"500":
$ref: "../../v3/responses/500.yaml"