delete
/api/platform/integrations/githubRemove 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-configResponses
Responses
No Content
Example Request
cURLcurl -X DELETE "https://activate.parallel.works/api/platform/integrations/github" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"