We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f8b41 commit 27b4a47Copy full SHA for 27b4a47
ITGlueAPI/Resources/Contacts.ps1
@@ -262,10 +262,10 @@ function Remove-ITGlueContacts {
262
$data
263
)
264
265
- $resource_uri = ('/configurations/{0}' -f $id)
+ $resource_uri = ('/contacts/{0}' -f $id)
266
267
if ($flexible_asset_type_id) {
268
- $resource_uri = ('/organizations/{0}/relationships/configurations/{1}' -f $organization_id, $id)
+ $resource_uri = ('/organizations/{0}/relationships/contacts/{1}' -f $organization_id, $id)
269
}
270
271
$body = @{}
@@ -314,4 +314,4 @@ function Remove-ITGlueContacts {
314
$data = @{}
315
$data = $rest_output
316
return $data
317
-}
+}
0 commit comments