6. Delete (WalletId)

You can use this service to delete the defined gift balance using the WalletId (wallet ID) information.

Delete Gift Balance Records by WalletId

DELETE{{WalletUrl}}/api/v1/balance/gift/by/wallet

Note: To use this service, it is mandatory to include the apikeypublic and apiclientpublic parameters in the Header.

WalletAPI Address

The (Header) parameters to be sent to the service are as follows:

Parameter
Type
Compolsory
Description

apikeypublic

string

Yes

The shared key that provides general access to the API services.

apiclientpublic

string

Yes

The public client key that identifies the client application.

{
    "WalletId": "92858707-7718-435c-9ba3-3d702a3bea9b"
}
{
    "IsSuccess": true,
    "IsFailure": false,
    "Value": true
}

Service Response

Parameter
Type
Description

IsFailure

bool

Returns false if the operation fails, otherwise true

IsSuccess

bool

Returns true if the operation is successful, otherwise false

Errors

Array

An array structure containing error details

Value

Array

Contains a list of items that include the result data

Last updated