latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Plugins

Remove a Repository permissions

Delete a plugin's access policy (must have admin permission)

delete/plugins/{owner}/{name}/permissions

Path parameters

ownerstring required
namestring required

Request body

subject_type'user' | 'team' required

An enumeration.

namestring required

The name of the policy subject

Example request

{
  "name": "ladybugbot"
}

Response

Accepted