Skip to main content

Delete Lifecycle State

DELETE 

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

Use this endpoint to delete the lifecycle state by 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...