Vast.ai API
Team

Remove a team role

1min
DELETE
https://console.vast.ai/api/v0/team/roles/{id}
Production server

Removes a role from the team. Cannot remove the team owner role.

CLI Usage: vast-ai remove team-role NAME Example: vast-ai remove team-role developer

Authentication
BearerAuth
Path Parameters
id
*
Responses
200
Role removed successfully
status
message
400
Bad request - role name is required
msg
401
Unauthorized - invalid or missing API key
success
error
msg
403
Forbidden - cannot delete owner role or user is blacklisted
success
error
msg
404
Role not found
success
error
msg