v1
latestOpenAPI 3.1.02026-07-2481742657.4 KBAccount Management
Remove member from organization
Remove a user from an organization. This is equivalent to removing a member via the UI.<br><br>Only users with the Admin role in the provided organization can perform this operation.<br><br>This endpoint does not cost any credits to execute.
delete/v3/accounts/organizations/{organization_id}/members/{user_id}
Path parameters
organization_idstring uuid required
The ID of a Censys organization. See the Getting Started docs for more information.
Example:11111111-2222-3333-4444-555555555555
The ID of a Censys organization. See the Getting Started docs for more information.
user_idstring uuid required
The ID of a Censys user. You can obtain a user's ID by listing members of an organization.
Example:11111111-2222-3333-4444-555555555555
The ID of a Censys user. You can obtain a user's ID by listing members of an organization.
Response
Member removed successfully