Skip to main content
DELETE
/
resources
/
{resource_id}
/
users
/
{user_id}
cURL
curl --request DELETE \
  --url https://api.opal.dev/v1/resources/{resource_id}/users/{user_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.

user_id
string<uuid>
required

The ID of a user to remove from this resource.

Query Parameters

access_level_remote_id
string

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

Response

200

This user's access was successfully removed from this resource.