DeleteAcreIntrusionUserProfileAsync

Deletes an ACRE intrusion user profile. Returns (Task)

Overview of DeleteAcreIntrusionUserProfileAsync goes here.

Name Description
AcreIntrusionUserProfile The ACRE intrusion user profile to delete

Delete Acre Intrusion User Profile Async

Example in C#

// Returns: nothing
await client.DeleteAcreIntrusionUserProfileAsync(AcreIntrusionUserProfileInfo AcreIntrusionUserProfile);

Example in CURL



           curl -X DELETE \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/acreintrusionuserprofiles/PROFILE.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'