Skip to main content

Delete all logs for a user

DELETE 

https://embedded.runalloy.com/2024-03//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

{
"message": "Success"
}
curl -L -X DELETE 'https://embedded.runalloy.com/2024-03/users/:userId/logs' \
-H 'Accept: application/json'
Request Collapse all
Base URL
https://embedded.runalloy.com/2024-03
Parameters
— pathrequired
— headerrequired
ResponseClear

Click the Send API Request button above and see the response here!