Github API - Test Config

DELETE /orgs/{org}/invitations/{invitation_id}
orgs

Cancel an organization invitation. In order to cancel an organization invitation, the authenticated user must be an organization owner.

This endpoint triggers notifications.
Cancel an organization invitation

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key invitation-id

invitation-id [scalar]

The unique identifier of the invitation.

API:
Github Open API
(version: 1.1.4)

Returns
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
422 validation_failed

validation_failed [scalar]

Validation failed, or the endpoint has been spammed.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)