Detach a technology
Applications
Detach a technology
Detach a single technology from the application.
Required scope applications:edit
delete
/applications/{id}/technologies/{technologyId}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 application. Must belong to the workspace the key is bound to.
technologyIdstring<uuid>requiredIdentifier of the technology to detach.
Response204
The technology was detached.