Updating shares
To delete an existing share, you can call our Sharing API endpoint using a DELETE request on:
Request Method: DELETE
https://api.enablenow.nl/shares/<share-id>
Request
You can delete the an existing share using a request with the identifier of the share you would like to delete.
Request example
You can delete an existing share by supplying its unique identifier.
For instance, if you want to delete an exising share with identifier af86536d-34e3-4ebc-6c64-08db56ccef25, you would create a DELETE request to:
Request Method: DELETE
https://api.enablenow.nl/shares/af86536d-34e3-4ebc-6c64-08db56ccef25