Delete security question
Deletes a security question by its ID.
Deletes a security question by its ID.
Authorization
M2MBearerToken AuthorizationBearer <token>
M2M Token for authentication
In: header
Path Parameters
securityQuestionID*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://api.loginradius.com/v2/manage/security-questions/1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"{
"IsDeleted": true
}{
"ErrorCode": 7949,
"Message": "Security question not found or does not exist",
"Description": "The requested security question id is invalid or does not exist."
}{
"Message": "Access Unauthorized",
"Description": "Access Unauthorized, please use valid authorization to access this endpoint.",
"ErrorCode": 6002
}{
"ErrorCode": 7947,
"Message": "Security question configuration not found",
"Description": "Security question settings are not configured or the resource does not exist."
}{
"Message": "Operation failed due to an internal error.",
"Description": "An unknown internal error occurred, please try again in a few minutes or contact your system administrator.",
"ErrorCode": 7909
}