4. Delete
To delete a registered wallet owner record, the service on this page must be called with the relevant parameters.
Delete Record Service
DELETE
{{WalletUrl}}/api/v1/walletowner/by/id/:id
The parameters that must be sent to the service are as follows:
Parameter
Type
Required
Description
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,
"Errors": []
}
Service Response
Parameter
Type
Description
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