Immediately revoke a single media token.
After revocation any request using the token returns 403. The backend emits a media:revoked event so UI components subscribed to it can react.
media:revoked
This call is idempotent — revoking an already-revoked or unknown token is not an error.
The token string from MediaRegisterResponse.url.
MediaRegisterResponse.url
Immediately revoke a single media token.
After revocation any request using the token returns 403. The backend emits a
media:revokedevent so UI components subscribed to it can react.This call is idempotent — revoking an already-revoked or unknown token is not an error.