{ "operationId": "Unverify Domain", "method": "POST", "path": "/identity/organizations/{orgId}/actions/unverifyDomain", "summary": "Unverify Domain", "requestExamples": [ { "contentType": "application/json", "example": { "domain": "abc.com", "removePending": false } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "verifiedDomains": [ "cisco.com", "webex.com" ], "claimedDomains": [ "cisco.com", "webex.com" ], "url": "https://identity.webex.com/organization/bf732c85-68ca-4867-94e4-937286ad2fd4/v1/actions/DomainVerification/Unverify/invoke" } } ] }