Values.DeleteServiceResponseSourceDeletes a specified service and all associated service attributes. If the service still contains one or more registered instances, the request fails.
type nonrec error = [ | `InvalidInput of InvalidInput.t| `ResourceInUse of ResourceInUse.t| `ServiceNotFound of ServiceNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInput of InvalidInput.t
| `ResourceInUse of ResourceInUse.t
| `ServiceNotFound of ServiceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInput of InvalidInput.t
| `ResourceInUse of ResourceInUse.t
| `ServiceNotFound of ServiceNotFound.t
| `Unknown_operation_error of string * string option ]