Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.example.com/api/v1/user/{id}/otp/{credentialId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '"<string>"'
{ "response": "<string>" }
Delete OTP. TOTP code should be passed in payload to perform operation from non-admin roles.
Authentication
The body is of type string.
string
OK