Billing Projects
Remove a user from a billing project
Remove a user from a billing project.
post/api/v1alpha/billing_projects/{billing_project}/users/{user}/remove
Path parameters
billing_projectstring required
The ID of the billing project.
userstring required
The username of the user.
Response
Successfully removed the user from the billing project.
Example response
{
"success": true
}Changes
Changed in 2 of the 9 revisions of this API.11
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●