Skip to main content
You can delete permissions from an API using the or the .

Use the Dashboard

  1. Go to Dashboard > Applications > APIs and click the name of the API to view.
    Dashboard Applications APIs List
  2. Go to the Permissions tab and click the trashcan icon next to the permission you want to remove and confirm.
    Dashboard Add API Permissions API Define Permissions Screen

Use the Management API

Make a PATCH call to the Update Resource Server endpoint that includes all permissions you want to keep and excludes all permissions you want to delete. Replace API_ID, MGMT_API_ACCESS_TOKEN, PERMISSION_NAME, and PERMISSION_DESC placeholder values with your API ID, Management API , permission name(s), and permission description(s), respectively.

Learn more