Skip to main content

Delete a question from the knowledge-based authenticator

DELETE 

/api/web/v1/users/:userid/userquestions/:id

Delete a specified question from the knowledge-based authenticator of the specified user. Caller requires the USERQUESTIONS:REMOVE permission.

Request

Path Parameters

    userid stringrequired

    The UUID of the user from which a specific KBA question is to be deleted.

    id stringrequired

    The UUID of the question to be deleted.

Responses

Successful

Loading...