Parameters for the deleteTenant operation.

interface DeleteTenantParams {
    headers?: OutgoingHttpHeaders;
    signal?: AbortSignal;
}

Hierarchy (view full)

Properties

Properties

headers?: OutgoingHttpHeaders
signal?: AbortSignal