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

  • Request successful

  • Authorization information is missing or invalid.

  • 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}