Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
repos
/
{repoId}
Unlink repository from project
curl --request DELETE \
  --url https://api.suprlogs.com/v1/projects/{projectId}/repos/{repoId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Send API key as Authorization: Bearer .

Path Parameters

projectId
string<uuid>
required
repoId
string<uuid>
required

Response

Repository unlinked.

The response is of type object.