provider organizationsroles DELETE /api/organizations/{organization_id}/roles/{role_id}/role_memberships/{id}/
@utdk/posthog /api/organizations/{organization_id}/roles/{role_id}/role_memberships/{id}/
roles_role_memberships_destroy
id path required
A UUID string identifying this role membership.
string
organization_id path required
ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.
string
role_id path required
string

Try it

Authentication
Configure credentials for PostHog API
rolesRoleMembershipsDestroy
DELETE/api/organizations/{organization_id}/roles/{role_id}/role_memberships/{id}/

Parameters

required

A UUID string identifying this role membership.

required

ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.rolesRoleMembershipsDestroy()