api.unkey.dev/v1
cURL
curl --request POST \ --url https://api.unkey.dev/v1/ratelimits.deleteOverride \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "namespaceId": "rlns_1234", "namespaceName": "email.outbound", "identifier": "user_123" }'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully deleted a ratelimit override
The response is of type object.
object
Was this page helpful?