From 4705fe22cc574afc3476cbd32df83a9ef6073d21 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 4 Mar 2022 10:41:24 +0100 Subject: [PATCH] docs: remove error payload that no longer applies. --- website/docs/api/admin/feature-toggles-api-v2.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/website/docs/api/admin/feature-toggles-api-v2.md b/website/docs/api/admin/feature-toggles-api-v2.md index 9cd4b6272f..669b093cf9 100644 --- a/website/docs/api/admin/feature-toggles-api-v2.md +++ b/website/docs/api/admin/feature-toggles-api-v2.md @@ -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= on project=" - } -] -``` - You tried to remove the only user with the role `owner` in the project: ``` json