Files
api-specs/nerm/paths/synced_attributes_id.yaml
developer-relations-sp e12fcda4d5 Automated commit 'Merge pull request #18 from sailpoint/NEROCKET-481
NEROCKET-481 added documentation for synced attributes delete.' by github action: 7699835653
2024-01-29 17:12:56 +00:00

16 lines
430 B
YAML

delete:
summary: Delete synced attribute
operationId: deleteSyncedAttribute
description: Delete a synced attribute.
tags:
- synced attributes
parameters:
- $ref: "../parameters/path/profile_type_id.yaml"
- $ref: "../parameters/path/ne_attribute_id.yaml"
responses:
'200':
$ref: "../responses/Info.yaml"
'400':
$ref: "../responses/400.yaml"
'500':
$ref: "../responses/500.yaml"