Astro Private Cloud
A better way to manage Apache Airflow yourself.
v1.x
To delete a user from Astro Private Cloud, you need:
id
users
astro workspace user list
The following query removes a user, then returns information about the deleted user.
1mutation removeUser {2 removeUser (3 id: "<user-id>"4 ) {5 uuid6 emails {address}7 status8 }9}