Skip to contents

Delete a Monday webhook

Usage

monday_delete_webhook(webhook_id, api_key = Sys.getenv("MONDAY_API_KEY"))

Arguments

webhook_id

Character or numeric. The webhook id (from monday_list_webhooks()).

api_key

Character scalar. Monday API key. Defaults to Sys.getenv("MONDAY_API_KEY").

Value

A one-row tibble with the deleted webhook id and board_id.