Delete the business owner for the current business user

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

Delete the business owner for the current business 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/business_owners/{id}
curl \
 -X DELETE https://client-subdomain.bitbond.net/api/v1/users/{user_id}/kyc/business_owners/{id}