DELETE
/
organizations
/
{organizationId}
/
github
/
installs
/
{githubInstallId}
curl --request DELETE \
  --url https://api.icepanel.io/v1/organizations/{organizationId}/github/installs/{githubInstallId} \
  --header 'Authorization: <authorization>'
{}

Headers

Authorization
string
required

Path Parameters

organizationId
string
required
githubInstallId
string
required

Response

200
application/json
OK

The response is of type object.