DeleteRepoRequest
Example Usage
typescript
import { DeleteRepoRequest } from "@meetkai/mka1/models/operations";
let value: DeleteRepoRequest = {
org: "<value>",
name: "<value>",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
org | string | ✔️ | The organization URL slug. |
name | string | ✔️ | The repository name (URL label). |
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |