Function deleteApiKey

  • Deletes or revokes an API key for a given API key ID. When the owner of the API key sends the request, the key will be deleted and removed from the tenant. When a user assigned the TenantAdmin role sends the request, the key will be disabled and marked as revoked.

    Parameters

    • id: string

      The ID of the API key to be retrieved.

    • Optionaloptions: ApiCallOptions

    Returns Promise<DeleteApiKeyHttpResponse>

    DeleteApiKeyHttpError