Skip to main content
DELETE
/
kyb
/
forms
/
{companyId}
/
beneficiaries
/
{id}
Delete beneficiary
curl --request DELETE \
  --url https://api.example.com/kyb/forms/{companyId}/beneficiaries/{id}/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Authentication for actions with all operations associated with KYB form.
Token obtained from KYB form token generation endpoint as tokenString value.

Path Parameters

companyId
string
required
id
string
required

A unique value identifying this beneficiary.

Response

204

No response body