Skip to main content
DELETE
/
api
/
OrganizationGroup
/
{organizationGroupId}
/
contacts
/
{contactId}
Remove a Contact from an Organization Group
curl --request DELETE \
  --url https://api.virtuoussoftware.com/api/OrganizationGroup/{organizationGroupId}/contacts/{contactId} \
  --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

organizationGroupId
string
required

(Required) The organization group identifier.

contactId
string
required

(Required) The contact identifier.

Response

OK

Last modified on June 5, 2026