Billing Projects
Remove user from billing project element (UI)
Remove a user from a billing project and return rendered result HTML, or (dev only) its supporting jinja context
post/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.
Headers
x-hail-return-jinja-contextboolean
Example:true
Do not render, and instead return the jinja context json.
Response
Successfully removed the user from the billing project.
object required
Changes
No recorded changes to this endpoint across all 9 revisions of this API.