Remove an owner from a server
Servers
Remove an owner from a server
Remove a member from the owners of the server.
Required scope infrastructure:edit
delete
/servers/{id}/owners/{accountId}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.
accountIdstring<uuid>requiredMember account to remove.
Response204
The owner was removed.