v1
latestOpenAPI 3.1.02026-07-13897404.3 KBTeam
remove team role
Removes a role from the team. Cannot remove the team owner role.
CLI Usage: vastai remove team-role <name>
delete/api/v0/team/roles/{name}
Path parameters
namestring required
Name of the role to remove
Response
Role removed successfully
Example response
{
"status": "success",
"message": "Role removed from team"
}