Identifier of the tenant.
Identifier of the wallet tenant.
Identifier of the owner wallet tenant to remove.
Model containing the updated threshold after removal.
Represents a request model for removing an owner from a multisignature wallet.
Identifier of the target multisignature wallet tenant.
2048
Identifier of the wallet tenant owner to remove.
3001
New signature threshold to set after owner removal.
2
Name of the multisignature wallet.
"My MultiSig Wallet"
Provider of the multisignature wallet (e.g., Safe, Gnosis).
GnosisSafe "Safe"
Name of the blockchain network.
"Polygon"
Name of the wallet owner to remove.
"Owner Wallet"
Blockchain address of the wallet owner to remove.
"0x1234567890abcdef1234567890abcdef12345678"
Total number of owners currently assigned to the multisignature wallet.
3
Remove owner proposal created successfully.
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.
{ "success": true }