Terminate qURL Sessions
terminate_qurl_sessionsEnd active qURL resource sessions after shortening access, rotating a link, or responding to a suspected leak. Pass a session ID for one, or omit it to end all.
Instructions
Terminate active access sessions for a qURL resource. Use this after shortening access, rotating a link, or responding to a suspected leak when already-open sessions should end immediately. Pass session_id to terminate one active session; omit it to terminate all active sessions for the resource. Use list_qurl_sessions first when you need to inspect current sessions before taking action. Side-effects: existing access sessions are closed; qURL tokens themselves are not revoked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | Specific session ID to terminate. Omit to terminate all active sessions for the resource. | |
| resource_id | Yes | The resource public key, CRID, or legacy r_ ID to terminate sessions for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| session_id | No | ||
| terminated | Yes | ||
| resource_id | Yes |