DELETE api/groups/{groupid}/groupplans/{groupplanid}/rules/{ruleid}/rulealternateprocessors/{id}
Deletes an alternate processor for a rule by id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid |
Group identifier |
integer |
Required |
| groupplanid |
Group Plan identifier |
integer |
Required |
| ruleid |
Rule identifier |
integer |
Required |
| id |
Rule Alternate Processor identifier |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An http status 200 indicating success.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/json-patch+json
Sample:
Sample not available.