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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import launchdarkly from '@utdk/launchdarkly';
await launchdarkly.deletemember()