Revoke qURL Token
revoke_qurl_tokenRevoke a single qURL token while keeping sibling links on the same resource active. Use when one recipient or link must stop working without disabling the entire resource.
Instructions
Revoke one qURL token under a resource without revoking the whole resource. Use this when a single recipient/link should stop working but sibling qURLs on the same resource_id must remain active. Use delete_qurl instead when you want to revoke the resource and every token under it. Constraints: requires the parent resource_id (public key, CRID, or legacy r_ ID) and the token display ID (q_…). Re-revoking an inactive token returns an API error rather than being treated as idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qurl_id | Yes | The qURL display ID (q_ prefix) to revoke. | |
| resource_id | Yes | The resource public key, CRID, or legacy r_ ID to revoke a specific qURL token from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| qurl_id | Yes | ||
| revoked | Yes | ||
| resource_id | Yes |