Removes a constituent from the list of Event Managers for a TeamRaiser Event.
Client Servlet | Server Servlet | HTTP Methods Supported | Requires Authentication |
---|---|---|---|
None. | SRTeamraiserAPI | POST | No. |
Use this method to remove a specified constituent from the list of Event Managers for a given TeamRaiser Event.
This Server API is accessible only from white-listed servers. API Administrator accounts that access this API must be assigned TeamRaiser API User permission under the TeamRaiser Management permission type.
See also: listTeamraiserEventManagers, addTeamraiserEventManager and getTeamraiserEventManagerRoles.
See topic Common Parameters.
Required. Constituent ID
Type xsd:nonNegativeInteger.
Required. A unique Teamraiser ID
Type xsd:nonNegativeInteger.
See topic HTTP Status Codes.
XML response<?xml version="1.0" encoding="UTF-8"?> <removeTeamraiserEventManagerResponse xmlns="http://convio.com/crm/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <success xsi:schemaLocation="http://convio.com/crm/v1.0 http://service.convio.net/xmlschema/crm.public.v1.xsd">true</success> </removeTeamraiserEventManagerResponse>JSON response
{"removeTeamraiserEventManagerResponse":{"success":{"content":"true"}}}