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.
Releases a user’s claim on a session server and recomputes the session claim list.
cURL
curl --request DELETE \ --url https://api.readmin.app/sessions/v2/{sessionId}/servers/{serverId}/claims/{userId} \ --header 'loader-id: <api-key>'
{ "success": true, "message": "<string>" }
The session id.
The server id.
The user whose claim should be released.
Operation completed successfully