Skip to main content

Delete an authentication flow

DELETE 

/api/web/v2/authenticationflows/:id

Delete the specified authentication flow. Caller requires the CONTEXTRULES:REMOVE permission.

Request

Path Parameters

    id stringrequired

    The UUID of the authentication flow to be removed.

Responses

Successful

Schema

    deleted booleanrequired

    Indicates if the authentication flow was deleted.

    error

    object

    Object containing information about errors reported by services.

    errorCode string

    Error Codes specific to cause of failure.

    errorMessage string

    Additional Error Message describing the error.

    parameters object[]

    Optional additional error information.

    resourceRules string[]

    List of resource rules using the authentication flow if the delete fails because the authentication flow is in use. It will be null in any other case.

Loading...