Attempts to remove the specified Decision Service from the server, and to delete the EDS file associated with it. The request takes HTTP headers that provide the Decision Service name, and, optionally, the Major and Minor version numbers. The format for the request headers is as shown:
name : <The name of the Decision Service we are trying to remove>, majorVersion : <The major version of the Decision Service we are trying to remove. This field is optional but required if minorVersion is used>, minorVersion : <The minor version of the Decision Service we are trying to remove. This field is optional>
Responses are formatted as shown:
{ "error" : <This object will only be here if the response is not "OK"> }