Skip to main content
DELETE
/
api
/
VolunteerOpportunity
/
{volunteerOpportunityId}
/
Volunteers
/
{volunteerId}
Delete a Volunteer
curl --request DELETE \
  --url https://api.virtuoussoftware.com/api/VolunteerOpportunity/{volunteerOpportunityId}/Volunteers/{volunteerId} \
  --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

volunteerId
string
required

(Required) The volunteer identifier.

volunteerOpportunityId
string
required

(Required)

Response

OK

Last modified on June 5, 2026