Skip to main content
DELETE
/
api
/
v1
/
groups
/
{id}
/
machine-identities
/
{machineIdentityId}
cURL
curl --request DELETE \
  --url https://us.infisical.com/api/v1/groups/{id}/machine-identities/{machineIdentityId}
{
  "id": "<string>"
}

Path Parameters

id
string
required

The ID of the group to remove the machine identity from.

machineIdentityId
string
required

The ID of the machine identity to remove from the group.

Response

Default Response

id
string
required