5. Delete (Id)

Tanımlanan hediye bakiyeyi, kimlik (Id) bilgisiyle silmek için bu servisi kullanabilirsiniz

Delete Gift Balance Record by ID

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

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.

{
    "Id": "29bddd16-16d1-4b16-bca9-906f9ef80725"
}
{
    "IsSuccess": true,
    "IsFailure": false,
    "Value": true
}

Servis Cevap

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