Delete a user
To delete a user from Astro Private Cloud, you need:- System Admin permissions
- The ID of the user to delete. To retrieve this, request the
idvalue in ausersquery or runastro workspace user list.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Remove a user from Astro Private Cloud programmatically with the Houston API.
id value in a users query or run astro workspace user list.mutation removeUser {
removeUser (
id: "<user-id>"
) {
uuid
emails {address}
status
}
}
Was this page helpful?