Delete the personal identity for the current user

DELETE /users/{user_id}/kyc/identities/{id}

Delete the personal identity for the current user.

Path parameters

Responses

  • 200

    Request successful

  • 401

    Authorization information is missing or invalid.

  • 422

    Request body has errors or invalid.

DELETE /users/{user_id}/kyc/identities/{id}
curl \
 -X DELETE https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/identities/{id}