Skip to main content
DELETE
/
repositories
/
:id
Delete Repository
curl --request DELETE \
  --url https://api.contextone.com/repositories/:id \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Org-Id: <x-org-id>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Org-Id
string
required

Organization ID

Path Parameters

id
string
required

Repository ID

Response

200 - application/json

Repository deleted

success
boolean
required
message
string
required
data
object
required
I