/documents/{id}

DELETE documents (with the specified identifier)

Path Parameters
  • id
    Type: string
    required
Responses
  • 204

    No content

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