v14

latestOpenAPI 3.0.32026-08-04377889.4 MB
vcr

Remove a repository permission

Revoke a team's access to a VCR repository.

delete/v1/vcr/repository/{idOrName}/permissions

Path parameters

idOrNamestring required

Query parameters

projectIdstring required
teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l

The Team identifier to perform the request on behalf of.

slugstring
Example:my-team-url-slug

The Team slug to perform the request on behalf of.

Request body

teamIdstring

ID of a team that is granted access to a repository.

teamSlugstring

Slug of a team that is granted access to a repository.

Example request

{
  "teamId": "team_LLHUOMOoDlqOp8wPE4kFo9pE",
  "teamSlug": "my-team"
}

Response

{"stackTrail":"paths:/v1/vcr/repository/{idOrName}/permissions:delete:responses:204:content:application/json:schema","oasType":"schema","type":"unknown","nullable":true}