Skip to main content

Delete an Identity Profile

DELETE 

/identity-profiles/:identity-profile-id

This deletes an Identity Profile based on ID.

On success, this endpoint will return a reference to the bulk delete task result.

A token with ORG_ADMIN authority is required to call this API.

The following rights are required to access this endpoint: idn:identity-profile:delete

Request

Path Parameters

    identity-profile-id uuidrequired

    The Identity Profile ID.

    Example: ef38f94347e94562b5bb8424a56397d8

Responses

Accepted - Returns a TaskResult object referencing the bulk delete job created.

Schema
    id string

    Task identifier

    name string

    Task name

    description string

    Task description

    launcher string

    User or process who launched the task

    completed date-time

    Date time of completion

    launched date-time

    Date time when the task was launched

    completionStatus string

    Possible values: [Success, Warning, Error, Terminated, TempError]

    Task result status

Loading...