Skip to main content
POST
/
admin
/
rate-limits
/
projects
/
{projectId}
/
reset
Reset rate limits for a project
curl --request POST \
  --url https://api.engagefabric.com/admin/rate-limits/projects/{projectId}/reset \
  --header 'Content-Type: application/json' \
  --data '
{
  "scope": "all",
  "reason": "<string>"
}
'

Path Parameters

projectId
string
required

Project ID

Body

application/json
scope
enum<string>
required

Scope to reset

Available options:
all,
api,
events,
ip
reason
string

Reason for reset

Response

Rate limits reset successfully