Parallel Works
API Reference/GitHub/Unlink GitHub account
delete/api/integrations/github/oauth

Unlink 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-unlink

Responses

Responses

No Content

Example Request

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