Skip to main content

Remove wallet session

POST 

/blockchain/wallets/sessions/:identifier

The request to remove wallet from the Smart Contract task instance

Request

Path Parameters

    identifier stringrequired

    The wallet session identifier id

    Example: 056dba62-0168-4d67-8131-a685f2d365ed

Header Parameters

    X-Domain stringrequired

    Every request should has X-Domain Header, in the UUIDv4 format. The X-Domain can be get from the Tenant Integrations page

    X-API-KEY stringrequired

    An X-API-KEY key is a token that a client provides with a X-API-SECRET when making API calls, used instead of the JWT

    X-API-SECRET stringrequired

    An X-API-SECRET key is a token that a client provides with a X-API-KEY when making API calls, used instead of the JWT

    X-HTTP-METHOD-OVERRIDE stringrequired

    To make a DELETE request should make a POST request with X-HTTP-METHOD-OVERRIDE header

    Example: DELETE

Responses

The "true" value of the acknowledge means that the request is correct and the "false" is incorrect

Schema

    acknowledge boolean

    The value of the acknowledge

Loading...