delete
/api/integrations/github/oauthUnlink GitHub account
This is a user-centric route, so the response will always be in the context of the currently authenticated user.
Unlinks the current user's GitHub account and removes the stored token.
Operation ID:
github-oauth-unlinkResponses
Responses
No Content
Example Request
cURLcurl -X DELETE "https://activate.parallel.works/api/integrations/github/oauth" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"