cURL
curl --request DELETE \ --url https://api.example.com/v1/integrations/github \ --header 'Authorization: Bearer <token>'
GitHub 連携を解除し、保存済みトークンを削除する。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response