/deleteContributor

Updated by Jon Doehling

Delete Contributor API Call

  • Removes a contributor from database. Only contributors created by the createContributor api call can be removed.
    Remove fails if a contributor is attached to an event.

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

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

Accepted Data

Parameter

Req’d

Format

Default

Description

contributor_id

Y

number

(none)

Contributor identification returned by the createContributor call.

Return Values

Parameter

Value

Description

contributor_id

number

Contributor identification returned by the createContributor call.

Sample Call

{
contributor_id: 35668
}

Sample Response

{
"contributor_id": 35668
}


How did we do?