Skip to main content

Delete Lifecycle State by ID

DELETE 

/identity-profiles/:identity-profile-id/lifecycle-states/:lifecycle-state-id

This endpoint deletes the Lifecycle State using its ID. A token with API, or ORG_ADMIN authority is required to call this API.

Request

Path Parameters

    identity-profile-id stringrequired

    Identity Profile ID

    Example: 2b838de9-db9b-abcf-e646-d4f274ad4238
    lifecycle-state-id stringrequired

    Lifecycle State ID

    Example: ef38f94347e94562b5bb8424a56397d8

Responses

The request was successfully accepted into the system.

Schema
    type string

    Possible values: [LIFECYCLE_STATE]

    Deleted lifecycle state's DTO type.

    id string

    Deleted lifecycle state ID.

    name string

    Deleted lifecycle state's display name.

Loading...