/business-accounts/{id}

DELETE business-accounts (with the specified identifier)

Path Parameters
  • id
    Type: string
    required
Responses
  • 204

    No content

  • application/json
Request Example for delete/business-accounts/{id}
curl 'https://api.bedrijvencheck.nl/24/business-accounts/{id}' \
  --request DELETE \
  --header 'Authorization: Basic username:password'
No Body