selected_members
. For information on how to change this setting please see [these docs].(https://docs.github.com/rest/codespaces/organizations#manage-access-control-for-organization-codespaces) You must authenticate using an access token with the admin:org
scope to use this endpoint.curl --location --request DELETE 'https://api.github.com/orgs//codespaces/billing/selected_users' \
--header 'Content-Type: application/json' \
--data-raw '{
"selected_usernames": [
"johnDoe",
"atomIO"
]
}'
{}