Skip to main content

v0/endpoints/{id}/method-rate-limits/{method_rate_limit_id} REST API Endpoint

Deletes a method rate limit.

Updated on
Sep 27, 2024

v0/endpoints/{id}/method-rate-limits/{method_rate_limit_id} REST API Endpoint

Path Parameters

id
string
REQUIRED
The unique identifier for the specific endpoint
method_rate_limit_id
string
REQUIRED
The unique identifier for the rate limiter

Returns

data
string
A message indicating the result of the operation
error
string
A field containing an error message if any issue occurs
Request
1
curl -X 'DELETE' \
2
'https://api.quicknode.com/v0/endpoints/{id}/method-rate-limits/{method_rate_limit_id}' \
3
-H 'accept: application/json' \
4
-H 'x-api-key: YOUR_API_KEY'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free