Trace Logs for Client Deletion

Last Updated: Aug 12, 2024

Overview

This article provides the query to check the logs for the deletion of a certain client application in an Auth0 tenant.

Applies To

  • Logs Query
  • Logs Search
  • Client Deletion

Solution

Place the below query on the Search bar in Dashboard > Monitoring > Logs:

type: sapi AND description: "Delete a client" AND  details.request.path: "/api/v2/clients/<clientID>"

The results would be returned depending on the data retention policy for that tenant. For a longer retention period, log streams can be used.