Enables the removal of a specific application to application link. This will remove the applications ability to read data submitted/maintained by the other application.
https://api.ideasystem.org/v1/app/appID1/links/app/appID2
The response will be an HTTP 200 with an empty JSON body.
If there is an issue with the backend, a HTTP 500 (Internal Server Error) is returned. If the application name/key you are using doesn't have access to this REST end-point, you will get a 403 (Forbidden) error.
This request will remove the link where an application with ID 1234 can access data submitted/maintained by an application with ID 4321.
DELETE /v1/app/1234/links/app/4321
HTTP 200 { }