diff --git a/src/pages/ipa/resources/setup-keys.mdx b/src/pages/ipa/resources/setup-keys.mdx
index fd005192..9df86513 100644
--- a/src/pages/ipa/resources/setup-keys.mdx
+++ b/src/pages/ipa/resources/setup-keys.mdx
@@ -234,11 +234,6 @@ echo $response;
Expiration time in seconds
-
-
-
- Setup key revocation status
-
@@ -271,7 +266,6 @@ curl -X POST https://api.netbird.io/api/setup-keys \
"name": "Default key",
"type": "reusable",
"expires_in": 86400,
- "revoked": false,
"auto_groups": [
"ch8i4ug6lnn4g9hqv7m0"
],
@@ -286,7 +280,6 @@ let data = JSON.stringify({
"name": "Default key",
"type": "reusable",
"expires_in": 86400,
- "revoked": false,
"auto_groups": [
"ch8i4ug6lnn4g9hqv7m0"
],
@@ -323,7 +316,6 @@ payload = json.dumps({
"name": "Default key",
"type": "reusable",
"expires_in": 86400,
- "revoked": false,
"auto_groups": [
"ch8i4ug6lnn4g9hqv7m0"
],
@@ -360,7 +352,6 @@ func main() {
"name": "Default key",
"type": "reusable",
"expires_in": 86400,
- "revoked": false,
"auto_groups": [
"ch8i4ug6lnn4g9hqv7m0"
],
@@ -415,7 +406,6 @@ request.body = JSON.dump({
"name": "Default key",
"type": "reusable",
"expires_in": 86400,
- "revoked": false,
"auto_groups": [
"ch8i4ug6lnn4g9hqv7m0"
],
@@ -434,7 +424,6 @@ RequestBody body = RequestBody.create(mediaType, '{
"name": "Default key",
"type": "reusable",
"expires_in": 86400,
- "revoked": false,
"auto_groups": [
"ch8i4ug6lnn4g9hqv7m0"
],
@@ -469,7 +458,6 @@ curl_setopt_array($curl, array(
"name": "Default key",
"type": "reusable",
"expires_in": 86400,
- "revoked": false,
"auto_groups": [
"ch8i4ug6lnn4g9hqv7m0"
],