Use the Dashboard
- Go to Auth0 Dashboard > Auth Pipeline > Hooks and click the gear icon next to the hook you want to delete.
- Click Delete and click YES, DELETE HOOK.
Use the Management API
Make aDELETE call to the Delete a Hook endpoint. Be sure to replace HOOK_ID and MGMT_API_ACCESS_TOKEN placeholder values with your hook ID and Management API , respectively.
| Value | Description |
|---|---|
HOOK_ID | ID of the Hook to delete. |
MGMT_API_ACCESS_TOKEN | Access Tokens for the Management API with the update:hooks. To learn more, read Management API Access Tokens. |