curl --request DELETE \
--url http://localhost:8080/api/settings/github \
--header 'Authorization: Bearer <token>'curl --request DELETE \
--url http://localhost:8080/api/settings/github \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response