POST
/
v1
/
ratelimits.deleteOverride
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"
}'
{}

Changelog

DateChanges
Nov 25 2024Introduced endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

Successfully deleted a ratelimit override

The response is of type object.