Skip to main content

github.deletepayload

Home > @runlightyear/github > DeletePayload

DeletePayload interface

Documentation: https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads\#delete

Signature:
interface DeletePayload extends CommonPayload 
Extends:

CommonPayload

Required Properties

PropertyModifiersTypeDescription
pusherTypestringThe pusher type for the event. Can be either user or a deploy key.
refstringThe git ref resource.
refType"tag" | "branch"

The type of Git ref object deleted in the repository.

Can be one of: tag, branch