Skip to content

Commit

Permalink
docs: remove error payload that no longer applies.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Mar 4, 2022
1 parent c9dd60e commit 4705fe2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions website/docs/api/admin/feature-toggles-api-v2.md
Expand Up @@ -779,17 +779,6 @@ The user no longer has the specified role in the project. If the user had this r

##### 400 Bad Request

No user with the current role exists in the project:


``` json
[
{
"msg": "Couldn't find roleId=<roleId> on project=<projectId>"
}
]
```

You tried to remove the only user with the role `owner` in the project:

``` json
Expand Down

0 comments on commit 4705fe2

Please sign in to comment.