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 |
|---|---|---|---|---|
| Header |
|
|
|
| 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
}Updated 4 days ago