cURL
curl --request DELETE \ --url https://us.infisical.com/api/v1/groups/{id}/users/{username}
{ "email": "<string>", "username": "<string>", "firstName": "<string>", "lastName": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
The ID of the group to remove the user from.
The username of the user to remove from the group.
Default Response
The response is of type object.
object
Was this page helpful?