/
/Melody Auth S2S API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Updated on 2026-07-17
Apps5
Logs6
Roles5
Scopes5
Users15
  • getGet a list of users
  • getGet a single user by authId
  • putUpdate an existing user by authId
  • deleteDelete an existing user by authId
  • getGet a list of locked IPs for a user
  • deleteUnlock all locked IP addresses for a user
  • postSend a verification email to the user
  • getGet a list of apps user has consented to
  • deleteDelete an existing consent for a user by authId and appId
  • postenroll user for email MFA.
  • deleteUnenroll user from email MFA.
  • postenroll user for OTP MFA.
  • deleteRemove user's current OTP MFA setup.
  • postenroll user for SMS MFA.
  • deleteRemove user's current SMS MFA setup.
    Users

    Remove user's current SMS MFA setup.

    Required scope - write_user

    delete/api/v1/users/{authId}/sms-mfa

    Path parameters

    authIdstring required

    The authId of the user

    Response

    Successful operation with no content to return

    Changes