ts-mailcow-api
    Preparing search index...

    Interface DeleteOAuthClientRequest

    Request payload to delete one or more OAuth clients.

    interface DeleteOAuthClientRequest {
        items: string[];
    }
    Index

    Properties

    Properties

    items: string[]

    List of OAuth client IDs you want to delete.