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

relationshipId
string
required

(Required) The relationship identifier.

Response

OK

Last modified on June 5, 2026