Skip to main content
DELETE
/
resources
/
{resource_id}
/
non-human-identities
/
{non_human_identity_id}
cURL
curl --request DELETE \
  --url https://api.opal.dev/v1/resources/{resource_id}/non-human-identities/{non_human_identity_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

resource_id
string<uuid>
required

The ID of the resource.

non_human_identity_id
string<uuid>
required

The resource ID of the non-human identity to remove from this resource.

Query Parameters

access_level_remote_id
string

The remote ID of the access level for which this non-human identity has direct access. If omitted, the default access level remote ID value (empty string) is assumed.

Response

200

This non-human identity's access was successfully removed from this resource.