Unlink an application from a server
Servers
Unlink an application from a server
Remove the link between the server and the application.
Required scope infrastructure:edit
delete
/servers/{id}/applications/{applicationId}Authorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the server.
applicationIdstring<uuid>requiredApplication to unlink.
Response204
The application was unlinked.