{ "name": "RemoveCodedValueToStringDomain", "displayName": "Remove a coded value in a string type domain", "description": "Remove a coded value in a string type domain.", "category": "", "helpUrl": "https://karta.goliska.se/arcgis/rest/directories/arcgisoutput/GEOSECMADomainTools_GPServer/GEOSECMADomainTools/RemoveCodedValueToStringDomain.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_connection", "dataType": "GPString", "displayName": "Connection", "description": "Database connection string", "direction": "esriGPParameterDirectionInput", "defaultValue": { "database_platform": "SQL_SERVER", "account_authentication": "DATABASE_AUTH", "instance": "localhost", "database": "sde_traffic", "username": "gng", "password": "Gng4U" }, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_domainName", "dataType": "GPString", "displayName": "Domain name", "description": "Name of the domain to remove value from.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Test", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_code", "dataType": "GPString", "displayName": "Code", "description": "Code as int to remove", "direction": "esriGPParameterDirectionInput", "defaultValue": "test", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_description", "dataType": "GPString", "displayName": "Description", "description": "Description of the coded value", "direction": "esriGPParameterDirectionInput", "defaultValue": "test2", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "in_removeDomainInUse", "dataType": "GPBoolean", "displayName": "Remove domain in use", "description": "Remove domain value even if it's in use.", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }