/**
 * @example
 *     {
 *         project: "main"
 *     }
 */
export interface ExtractionSchemasDeleteRequest {
    /** The name of the project containing the extraction schema. Only used when `nameOrId` is a name. */
    project?: string;
}
