Skip to main content

Delete all logs for a user

DELETE 

/users/:userId/logs

This endpoint deletes all historical logs associated with a user and is most commonly used in conjunction with a compliance request such as GDPR. This endpoint requires a userId.

Note that this action cannot be undone.

Request

Path Parameters

    userId stringrequired

    The Id of the user you want delete logs for. Returned from the Create User endpoint

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    message string
Loading...