/deleteEventContributor

Updated by Jon Doehling

Delete Event Contributor API Call

  • Removes an event contributor from database. Only event contributors created by the createEventContributor api call can be removed.
  • Remove fails if a contributor has bids, purchases, donations or payments.

Production Endpoint: https://auctionconductor.com/API/deleteEventContributor

Test Endpoint: https://actestserver.com/API/deleteEventContributor

Accepted Data

Parameter

Req’d

Format

Default

Description

event_contributor_id

Y

number

(none)

Event contributor identification returned by the createEventContributor call.

Return Values

Parameter

Value

Description

event_contributor_id

number

Event Contributor identification returned by the createEventContributor call.

Sample Call

{
event_contributor_id: 66078
}

Sample Response

{
event_contributor_id: 66078
}


How did we do?