DeleteVisitorManagementSettingsInfoAsync

Deletes the supplied VisitorManagementSettingsInfo from the instance, removing an ObjectLink references Returns (Task)

This removes the designated Visitor Management Settings Info from the data base.

Name Description
item

Delete Visitor Management Settings Info Async

Example in C#

// Returns: nothing
await client.DeleteVisitorManagementSettingsInfoAsync(VisitorManagementSettingsInfo item);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/INSTANCE.KEY/visitormanagementsettings/VISITORMANAGEMENTSETTING.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'