mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
33 lines
1.0 KiB
YAML
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"
|