Github API

Getting access, Developing, Testing

Back to Github

Delete a repository invitation

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. invitation_id: type: integer description: The unique identifier of the invitation. required: - owner - repo - invitation_id title: Parameters