Github API

Getting access, Developing, Testing

Back to Github

Delete a repository webhook

Input

type: object properties: parameters: type: object properties: owner: type: string description: The account owner of the repository. The name is not case sensitive. repo: type: string description: The name of the repository. The name is not case sensitive. hook_id: type: integer description: The unique identifier of the hook. required: - owner - repo - hook_id title: Parameters