What is ExpireDelegationToken?
Immediately revokes a delegation token, for example when a worker is compromised or a job completes. Setting expiryTimePeriodMs to -1 expires the token instantly.
Wire Diagram
Response Header
message_size
int32 · 4B
correlation_id
int32 · 4B
ExpireDelegationTokenResponse v1
ErrorCode
int16 · 2B
ExpiryTimestampMs
int64 · 8B
ThrottleTimeMs
int32 · 4B
Schema & Example
Schema { "ErrorCode": int16, "ExpiryTimestampMs": int64, "ThrottleTimeMs": int32 }
Example { "ErrorCode": 0, "ExpiryTimestampMs": 0, "ThrottleTimeMs": 0 }