/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * {} */ export interface DeleteUserInstructionsRequest { /** Unique identifier for the instructions to be deleted. If empty deletes all instructions. */ instructionNames?: string[]; /** Determines which users will have their custom instructions deleted. If no users are provided, the project-wide custom instructions will be effected. */ userIds?: string[]; }