Skip to main content
DELETE
/
api
/
VolunteerOpportunity
/
{volunteerOpportunityId}
/
Organizers
/
{volunteerOrganizerId}
Delete a Volunteer Organizer
curl --request DELETE \
  --url https://api.virtuoussoftware.com/api/VolunteerOpportunity/{volunteerOpportunityId}/Organizers/{volunteerOrganizerId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

volunteerOrganizerId
string
required

(Required) The volunteer organizer identifier.

volunteerOpportunityId
string
required

(Required)

Response

OK

Last modified on June 5, 2026