Skip to main content
DELETE
/
kyb
/
companies
/
{id}
Delete company
curl --request DELETE \
  --url https://api.example.com/kyb/companies/{id}/ \
  --header 'Authorization: Basic <encoded-value>'

Authorizations

Authorization
string
header
required

The request must contain basic auth headers where username is API key and password is API secret.
In order for you to start using our API you will need an API key and API secret.
Both can be retrieved by contacting iDenfy's support or iDenfy's sales team.

Path Parameters

id
string
required

A unique value identifying this company.

Response

204

No response body