curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/file-shares/{shareId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Remove a File Share and so stop sharing the content
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/file-shares/{shareId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}