Skip to main content
Version: v2

Delete User

Delete a single user.

id may be supplied as a path parameter, or uid as a query parameter. One or the other is required. For example: /v2/users?uid={uid} or /v2/users/{id}

Path Parameters
    id string required

    The Fullstory-generated id for the user - not required if uid is passed as a query parameter

Query Parameters
    uid string optional

    The customer-provided id for a user - required if the id parameter isn't included in the URL path

Responses
200

A successful response.


{}
Loading...