4. Delete
Bir bilginin kara listede silinmesi için kullanılmalıdır
Delete
DELETE {{Base Address}}/api/v1/fraud/blacklist
It is sufficient to send a request to the address provided above. You can use the Base Address as needed for both the test and live environments.
The header information to be sent to the service is as follows:
apikeyprivate
string
Yes
The Private Key obtained from the merchant panel.
apiclientprivate
string
Yes
The Private Client obtained from the merchant panel.
Information to be sent to the service:
EntryType
int
Yes
Type of the data to be added to the blacklist See: Types
Value
int
Yes
Value of the data to be added to the blacklist
{
"EntryType": 1,
"Value": "xxx@gmail.com"
}Response returned from the service:
Body
object
JSON containing detailed balance information (optional)
ErrorCode
int
Error code. Returns '0' if the operation is successful
Result
bool
Returns true or false. If the operation is successful, it returns true
Message
string
If the operation fails, it returns the relevant error message and provides language support based on the locale parameter
Last updated