DELETE
/
api
/
v2.1
/
twoFA
/
removeTwoFAOption
/
{customerId}
/
{method}
curl --request DELETE \
  --url https://sandbox.finhub.cloud/api/v2.1/twoFA/removeTwoFAOption/{customerId}/{method} \
  --header 'X-Forwarded-For: <x-forwarded-for>'

Remove Two-Factor Authentication Option

This endpoint allows you to remove a specific two-factor authentication method for a customer.

Headers

X-Forwarded-For
string
required

Forwarded client IP address

User-Agent
string

Client user agent information

X-Tenant-ID
string

Tenant identifier for multi-tenant operations

Path Parameters

customerId
string
required

Customer ID

method
string
required

2FA method

Response

200

Option removed successfully