Delete history subscription

Description

  • Description: Delete history subscription

  • Path: https://api.blockin.ai/v2/subscribe/history/delete

  • Encoding: UTF-8

  • Method: HTTPS POST

Request Header

Paremeter
Type
Required
Description

Content-Type

String

Y

application/json

AccessKey

String

Y

AccessKey

Request Parameters

Parameter
Type
Required
Description

batch_no

String

Y

The unique identifier of the response after successfully creating the subscription address list

Response

Parameter
Type
Required
Description

batch_no

String

Y

The unique identifier of the response after successfully creating the subscription address list

Request and Response Sample

curl -H "Content-Type:application/json" -H "AccessKey:1bdb01c947c54919b64d1fc6794atest" -X POST "https://api.blockin.ai/v2/subscribe/history/delete" -d'{Request json}'

Request json
{
  "batch_no": "20230518062650763000484207221544"
}

Return json
{
    "success": true,
    "data": {
        "batch_no": "20230523080431237000036575012218"
    },
    "error_code": null,
    "error_msg": null
}

Last updated