{ "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" } }, "application/xml": { "schema": { "$ref": "../schemas/RevokeEnableConsentRequest" } }, "application/x-www-form-urlencoded": { "schema": { "$ref": "../schemas/RevokeEnableConsentRequest" } } } }, "responses": { "200": { "description": "RevokeEnableConsent Successful", "content": { "application/json": { "schema": { "$ref": "../schemas/RevokeEnableConsentResponse" } }, "application/xml": { "schema": { "$ref": "../schemas/RevokeEnableConsentResponse" } } } }, "400": { "description": "Invalid request" }, "500": { "description": "Internal server error" } } } }