Files
api-specs/idn/beta/paths/delete-lifecycle-state.yaml
GitHub Action Bot 03c7b80a9e Automated commit 'Merge pull request #1469 from sailpoint/devrel-1185-2
Devrel 1185 2' by github action: 6736623414
2023-11-02 18:15:05 +00:00

42 lines
1.1 KiB
YAML

delete:
operationId: deleteLifecycleState
tags:
- Lifecycle States
summary: Lifecycle State Delete
description: |
This endpoint deletes a lifecycle state and updates the corresponding Identity Profile.
A token with ORG_ADMIN or API authority is required to call this API.
parameters:
- in: path
name: identity-profile-id
description: >-
Identity Profile ID
required: true
schema:
type: string
- in: path
name: lifecycle-state-id
description: >-
Lifecycle State ID
required: true
schema:
type: string
responses:
'202':
description: Accepted - Returned if the request was successfully accepted into the system.
content:
application/json:
schema:
$ref: '../../v3/schemas/LifecyclestateDeleted.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'