Delete a signing method
How to delete your user's signing method.
The
PINsigning method cannot be deleted. Only theEMERGENCY_CODE,BIOMETRICS, andPASSWORDcan be deleted, if the PIN signing method exists.
Request Endpoint: reference
DELETE /api/users/USERID/signing-methods/{signingMethodId}| Parameter | Param Type | Value | Description | Example Value |
|---|---|---|---|---|
Signing-Method | Header | id:value | id: A valid, existing signing method ID (NOT the one you want to delete)value: This is the value of the signing method | 756ae7a7-3713-43ee-9936-0dff50306488:123456 |
| Parameter | Param Type | Description | Data Type | Mandatory |
|---|---|---|---|---|
USERID | Path | The ID of the user for whom to update the signing method for | String | ✅ |
{signingMethodId} | Path | This is the ID of the signing method you want to delete | String | ✅ |
Request Example:
DELETE /api/users/5f23aff6-6786-4160-b5cb-8f65c79eec17/signing-methods/43f93a7c-1d24-429a-876e-791eccbd5214Response Body:
The signing method was deleted successfully.
{
"success": true
}