Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt

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

You can remove an application using the or the . Once confirmed, this operation cannot be undone.

Use the Dashboard

  1. Go to Dashboard > Applications > Applications, and select the name of an application to view.
    Dashboard Applications List
  2. Scroll to the bottom of the Settings page, locate the Danger Zone, select Delete, and confirm.

Use the Management API

Make a DELETE call to the /Clients/delete_clients_by_id endpoints. Be sure to replace {yourClientId} and MGMT_API_ACCESS_TOKEN placeholder values with your and Management API , respectively.
ValueDescription
{yourClientId}Τhe ID of the application to be deleted.
MGMT_API_ACCESS_TOKENAccess Tokens for the Management API with the scope delete:clients.

Learn more