Delete a participant point of contact
Roles
Analytics Events
/v1/ecosystems/{ecosystemId}/participants/{participantId}/contacts/{contactId}Delete a specific point of contact for a given participant.
Analytic events
- ECOSYSTEM_PARTICIPANT_CONTACT_DELETE_START
- ECOSYSTEM_PARTICIPANT_CONTACT_DELETE_SUCCESS
- ECOSYSTEM_PARTICIPANT_CONTACT_DELETE_FAIL
Authorization
bearerAuth In: header
Path Parameters
The UUID of the participant
uuidThe UUID of the ecosystem
uuidUnique identifier of the points of contact for a given participant.
uuidResponse Body
application/json
application/json
curl -X DELETE "https://example.com/v1/ecosystems/497f6eca-6276-4993-bfeb-53cbbbba6f08/participants/497f6eca-6276-4993-bfeb-53cbbbba6f08/contacts/497f6eca-6276-4993-bfeb-53cbbbba6f08"How would you rate this page?
Update a participant point of contact PUT
Update a specific point of contact for a given participant. ### **Analytic events** * ECOSYSTEM_PARTICIPANT_CONTACT_UPDATE_START * ECOSYSTEM_PARTICIPANT_CONTACT_UPDATE_SUCCESS * ECOSYSTEM_PARTICIPANT_CONTACT_UPDATE_FAIL
Upload PDF evidence POST
Upload a PDF file as evidence for the given participant. Maximum file size is 10MB. ### **Analytic events** * ECOSYSTEM_PARTICIPANT_EVIDENCE_CREATE_START * ECOSYSTEM_PARTICIPANT_EVIDENCE_CREATE_SUCCESS * ECOSYSTEM_PARTICIPANT_EVIDENCE_CREATE_FAIL