Delete user

Deprecated
DELETE
/api/v2/users/:projectKey/:environmentKey/:userKey

Use contexts instead

After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should use Delete context instances instead of this endpoint.

Delete a user by key.

Path parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

userKeystringRequired

The user key

Response

Action succeeded

{}
map from strings to any or null

Errors

Built with