Passer au contenu principal
DELETE
https://{tenantDomain}/api/v2
/
rate-limit-policies
/
{id}
Delete a rate limit policy
curl --request DELETE \
  --url https://{tenantDomain}/api/v2/rate-limit-policies/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://auth0.com/llms.txt

Use this file to discover all available pages before exploring further.

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string
requis

Unique identifier for the Rate Limit Policy.

Maximum string length: 26

Réponse

Rate limit policy successfully deleted.