4. Delete
To delete a registered wallet owner record, the service on this page must be called with the relevant parameters.
Last updated
To delete a registered wallet owner record, the service on this page must be called with the relevant parameters.
DELETE {{WalletUrl}}/api/v1/walletowner/by/id/:id
Note: Before calling this service, you must include the apikeypublic and apiclientpublic parameters in the Header section.
The parameters that must be sent to the service are as follows:
apikeypublic
string
Yes
It is the public key used for authentication in service calls.
apiclientpublic
string
Yes
It is the public key used to specify the identity of the API client.
{
"Id": "0000-0000-0000-0000-0000"
}{
"isSuccess": true,
"isFailure": false
}IsFailure
bool
Indicates whether the related service call has failed or not. (true/false)
IsSuccess
bool
Indicates whether the related service call was successful or not. (true/false)
Errors
Array
The area where the error details occurring during the service call are listed.
Last updated