Skip to main content
DELETE
/
organizations
/
{organizationID}
/
projects
/
{projectID}
/
branches
/
{branchID}
/
githubapp
/
repository
Delete GitHub repository mapping
curl --request DELETE \
  --url https://api.xata.tech/organizations/{organizationID}/projects/{projectID}/branches/{branchID}/githubapp/repository \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

organizationID
string
required

Unique identifier of the organization

Pattern: [a-zA-Z0-9_-~:]+
projectID
string
required

Unique identifier of the project

branchID
string
required

Unique identifier of the branch

Response

Repository mapping deleted successfully