{ "post": { "tags": [ "RevokeEnableConsent" ], "summary": "Revoke Enable Consent Request", "description": "Revoke Enable Consent Request", "operationId": "RevokeEnableConsent", "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "../schemas/RevokeEnableConsentRequest.json" } }, "application/xml": { "schema": { "$ref": "../schemas/RevokeEnableConsentRequest.json" } }, "application/x-www-form-urlencoded": { "schema": { "$ref": "../schemas/RevokeEnableConsentRequest.json" } } } }, "responses": { "200": { "description": "RevokeEnableConsent Successful", "content": { "application/json": { "schema": { "$ref": "../schemas/RevokeEnableConsentResponse.json" } }, "application/xml": { "schema": { "$ref": "../schemas/RevokeEnableConsentResponse.json" } } } }, "400": { "description": "Invalid request" }, "422": { "description": "Validation exception" }, "500": { "description": "Internal server error" } } } }