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>"
}

Documentation Index

Fetch the complete documentation index at: https://infisical.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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