This endpoint is used to delete a specific rate limiter within a project in an account.
No request body parameters are required for this endpoint.
base_url (string): The base URL of the API.
account_id (string): The unique identifier of the account.
project_id (string): The unique identifier of the project.
rate_limiter_id (string): The unique identifier of the rate limiter to be deleted.
The response for this request is a JSON object with the following schema:
Accepted permissions
Project → Project → Rate limiting rules → DeleteToken scope
Project Action
Personal access token. Create it in your BotBye account under Profile → Personal Access Tokens, tick the scopes the endpoints you call require (see each endpoint’s Token scope), and send the token in the X-Api-Key request header. A token works only for the account it was created in.