We are using a Machine to Machine Application to call the delete_users_by_id Management API method via the Node Auth0 SDK.
The logs show a successful call to via the Management API but our Custom Database Delete method is never invoked.
This is what we see in the logs → [API Operation] Delete a user 7 minutes ago
| Occurred | 8 minutes ago at 2018-09-27 17:22:14.982 UTC |
|---|---|
| Operation | API Operation |
| Description | Delete a user |
| Endpoint | DELETE /api/v2/users/********************** |
| Status | 204 |
| Channel | api |
| User | |
| Verified that the Application is configured to use our Custom Database. |
Verified that the Delete rule executes correctly when using the “Try” button from the dashboard.
Any one have any ideas?