Changes to Delete API token by ID

DELETE /tokens/{tokenId}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 5 of the 24 revisions of this API.41

  1. aaa1fb8782c81
  2. df12ec487f0e1
  3. b06902b6595a1
  4. 526036c126091
  5. b21ed434ee6e1

What changed

    • added the new EXTERNAL_ACCOUNT_VERIFICATION_REQUIRED enum value to the code response property for the response status 400

      response-property-enum-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new TRANSACTION_SIZE_LIMIT_EXCEEDED enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new CARDHOLDER_KYC_NOT_APPROVED enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new END_USER_TERMS_VERSION_NOT_FOUND enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the optional property details/errors to the response with the 400 status

      response-optional-property-added