v1

latestOpenAPI 3.1.0MIT Licence2026-07-17613573.4 KB
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.

successboolean

Whether the operation was successful

Example response

{
  "success": true
}