ReferenceAPIOperationsScoped Download Tokens
Revoke scoped download token
Revokes a scoped download token so it can no longer be used.
Operation ID
revoke_scoped_download_tokenRevokes a scoped download token so it can no longer be used.
Authorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
token_id*string
Download token ID
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v1/artifact-tokens/string"{ "revoked": true}Download via scoped token GET
Downloads an artifact using a scoped download token. No session auth required — the token itself is the authorization. For S3/R2 storage, redirects to a presigned URL.
Download via scoped token from the versioned route GET
Resolves a time-limited path token and redirects to the backing storage URL. The token is the authorization; no session bearer token is used.