6. Delete (Id)
Tanımlı limiti silmek için bu servisi kullanabilirsiniz
Delete Limit Record
DELETE {{WalletUrl}}/api/v1/limit
The parameters to be sent to the service are as follows:
Parameter
Type
Compulsory
Description
apikeypublic
string
Yes
The public key sent for service authentication.
apiclientpublic
string
Yes
The public client key used for service client authentication.
{
"Id": "{{limit_id}}"
}{
"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 of error messages that occur during the operation.
Value
object
Contains the data object returned within the service response.
Last updated