REST API
Infra APIGithub

Disconnect GitHub

DELETE/api/v1/github/disconnect

Removes the user's stored GitHub token

Authorization

BearerAuth
AuthorizationBearer <token>

Hydra JWT Bearer token

In: header

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/github/disconnect"
{  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string"}