Locks the issuing account

DELETE /assets/{assetId}/issuing_account

Once account is locked, no more tokens can be minted, nor any of it's settings can be changed, like a home domain.

Path parameters

  • assetId string Required

Responses

  • 200

    OK

  • 401

    Unauthorized

DELETE /assets/{assetId}/issuing_account
curl \
 -X DELETE https://assets.demo.bitbond.net/api/v1/assets/{assetId}/issuing_account \
 -H "Authorization: Bearer $ACCESS_TOKEN"