Removes a person or group involved in an event.
URL
{WSUrl}/api/events/<EventCode>/involved
REQUEST METHOD
DELETE
URL PARAMETER
EventCode: This parameter is provided in the URL and does not need to be sent through DELETE.
FORM CONTENT
An array with the members below:
Name (Required): Name of the person or group.
Type (Required): Type of involved, either "Person" or "Group".
REQUEST EXAMPLE
{WSUrl}/api/events/EVTC201105000052/involved
FORM CONTENT EXAMPLES
[
{"Name" : "John Smith", "Type" : "Person"},
{"Name" : "Group 1", "Type" : "Group"}
]
SUCCESS RESPONSE
HTTP status code 204: NoContent