provider Account members DELETE /api/v2/members/{id}
@utdk/launchdarkly /api/v2/members/{id}
Delete account member
Delete a single account member by ID. Requests to delete account members will not work if SCIM is enabled for the account.
id path required
The member ID
string

Try it

Authentication
Configure credentials for LaunchDarkly REST API
deletemember
DELETE/api/v2/members/{id}
Delete a single account member by ID. Requests to delete account members will not work if SCIM is enabled for the account.

Parameters

required

The member ID

Configure credentials above to enable sending.

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

TypeScript

import launchdarkly from '@utdk/launchdarkly';

await launchdarkly.deletemember()