RateLimitExemptionRevokeParams
RateLimitExemptionRevokeParams
Parameters for revoking a temporary exemption.
Signature
interface RateLimitExemptionRevokeParams {
scope: RateLimitExemptionScope;
id: string;
keyPrefix?: string;
}
Parameters for revoking a temporary exemption.
interface RateLimitExemptionRevokeParams {
scope: RateLimitExemptionScope;
id: string;
keyPrefix?: string;
}