removeCredential request

The removeCredential request removes a credential from a user.
Send the request to: https://userservices-auth.vip.symantec.com/vipuserservices/ManagementService_1_10
removeCredential input fields provides details about the
removeCredential
input fields.
removeCredential
input fields
Input Field
Required?
Type
Purpose
requestId
Y
string
A unique identifier of the request for the enterprise application. The request ID accepts from 4 to 40 alphanumeric characters and underscores.
This identifier may be useful for troubleshooting purposes.
userId
Y
string
Unique ID for the user (for example, the user email address, the user's logon name, or a unique ID that maps to user's logon name). The user ID accepts 1 to 128 international characters.
The user ID is not case-sensitive in look-up operations.
credentialId
Y
string
Unique identifier of the credential.
credentialType
Y
string
Identifies the credential type:
  • STANDARD_OTP (hardware or software VIP credential, including VIP Access for Mobile)
  • CERTIFICATE (Trusted Device credential)
  • EMAIL_OTP (security code that is sent to user by email)
  • SMS_OTP (security code sent to device by SMS)
  • VOICE_OTP (security code sent to device by a voice call)
  • SERVICE_OTP (security code generated by the VIP Service)
  • BIOMETRIC (biometric-based FIDO authentication)
  • SECURITY_KEY (USB-based FIDO authentication)
trustedDevice
N
boolean
Identifies if the credential is a Trusted Device.
Do not use this flag for mobile credentials. Mobile credentials cannot be set as Trusted Devices.
  • true
  • false