See this article for general API requirements.
Apiary Links
Use this call to delete contacts from the VoterVoice database. This requires that you include the contact ID from your in-house database.
Detailed Instructions
The following step-by-step instructions use Postman for examples, but any software you use to perform the API calls should follow the same general process.
Headers
Every API call requires the same two headers:
- your encrypted API key as the authorization
- application/json as the content type
Deleting a Contact
-
Click the plus icon to make a new “DELETE” call.
- In that URL bar, enter “https://www.votervoice.net/api/contacts?association=YourAssociationIDNAME&contactId=XYZ”
- The first parameter should prepopulate with association and the name of your system in VoterVoice, and the second parameter should populate with contactId and the contact ID for the record you wish to remove from the VoterVoice database.
- The response should be “204 No Content.”
If you have questions concerning the API calls, please email your specific questions, including the curl and any errors to vvsupport@fiscalnote.com for a Support agent to review.
Comments
Article is closed for comments.