Parallel Works
API Reference/GitHub/Remove GitHub App configuration
delete/api/platform/integrations/github

Remove GitHub App configuration

This is a system-level route, so the response will be independent of the currently authenticated user.

This is a platform-admin only route.

Removes the platform-level GitHub App configuration.

Operation ID: delete-github-app-config

Responses

Responses

No Content

Example Request

cURL
curl -X DELETE "https://activate.parallel.works/api/platform/integrations/github" \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json"