Values.DeleteScraperRequestSourceRepresents the input of a DeleteScraper operation.
type nonrec t = {scraperId : ScraperId.t;The ID of the scraper to delete.
*)clientToken : IdempotencyToken.t option;(Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.
*)}