{"type":"api","title":"Remove an LCM domain","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/a2db678e-41a3-315a-bfd4-8bc4011afdf4","info":{"description":"This API provides operations for managing LCM domains, including retrieval and removal of domain configurations.","version":"7.1.0","title":"LCM Domain Operations API","contact":{"name":"API Support","url":"https://www.cisco.com/support","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"}},"swagger":"2.0","host":"localhost:30603","basePath":"/crosswork/nbi/optimization/v3/restconf","securityDefinitions":{"api_key":{"description":"Authentication: Bearer $JWT","type":"apiKey","name":"api_key","in":"header"}}},"spec":{"operationId":"removeLcmDomain","tags":["cisco-crosswork-optimization-engine-lcm-domain-operations"],"summary":"Remove an LCM domain","description":"Deletes a specified LCM domain based on the provided domain ID.","parameters":[{"in":"body","name":"lcm.domain.common.RemoveDomainRequest.body-param","required":false,"description":"Request body containing the domain ID to be removed.","schema":{"type":"object","properties":{"input":{"type":"object","properties":{"domain-id":{"type":"string"}},"$$ref":"#/definitions/lcm.domain.common.RemoveDomainRequest"}}}}],"responses":{"200":{"description":"Correct response","schema":{"type":"object","properties":{"output":{"type":"object","properties":{"response-result":{"description":"Result of the request","type":"string","enum":["valid","invalid","error"],"$$ref":"#/definitions/lcm.domain.common.ResponseResultEnumeration"},"result":{"description":"Remove domain was accepted or there was an operation error","type":"string","enum":["accepted","error"],"$$ref":"#/definitions/lcm.domain.common.ResultEnumeration"},"error-description":{"type":"string","description":"If operation resulted in error, the description of the error"}},"$$ref":"#/definitions/lcm.domain.operations.removelcmdomain.Output"}}}},"204":{"description":"No response"},"400":{"description":"Internal error"}},"__originalOperationId":"removeLcmDomain","consumes":["application/yang-data+json"],"produces":["application/yang-data+json"],"method":"post","path":"/operations/cisco-crosswork-optimization-engine-lcm-domain-operations:remove-lcm-domain"}}