Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.app.shinzo.ai/spotlight/analytics/sessions/{sessionUuid}/share \ --header 'Authorization: Bearer <token>'
Remove the shareable link for a session.
curl -X DELETE https://api.app.shinzo.ai/spotlight/analytics/sessions/sess_abc123/share \ -H "Authorization: Bearer <jwt_token>"
{ "message": "Sharing removed successfully", "session_uuid": "sess_abc123" }
200
401
404