curl -sS -X DELETE 'https://matrix.example.com/_synapse/admin/v1/users/@alice:example.com/override_ratelimit' -H "Authorization: Bearer $ACCESS_TOKEN"

Category: Matrix & Synapse

curl -sS -X DELETE 'https://matrix.example.com/_synapse/admin/v1/users/@alice:example.com/override_ratelimit' -H "Authorization: Bearer $ACCESS_TOKEN"

Remove a user's rate limit override

Deletes the custom rate limit for the user so the server's global limits apply again. Handy after a bot no longer needs unlimited throughput. Check the current value first with the GET variant. An empty response means success.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.