curl --request POST \
--url https://api.ara.so/session/reset-data \
--header 'Authorization: Bearer <token>'Delete user’s S3 backup data so next session starts completely fresh.
Wipes the S3 backup folder for this user. The next session spawn will have no S3 restore, giving a clean workspace with default config.
curl --request POST \
--url https://api.ara.so/session/reset-data \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Was this page helpful?